Skip to content

Commit

Permalink
#139: remove UserPermissions from user JSONs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Mar 22, 2023
1 parent e31af6c commit 36bcfbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion lib/metadataTypes/definitions/User.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ module.exports = {
// not sure what to do with the reponse yet. might become interesting for the future
isCreateable: false,
isUpdateable: false,
retrieving: true,
retrieving: false,
template: false,
},
'UserPermissions.PartnerKey': {
Expand Down
8 changes: 0 additions & 8 deletions test/resources/1111111/user/retrieve-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
"Email": "user_test@accenture.com",
"MustChangePassword": false,
"ActiveFlag": true,
"UserPermissions": [
{
"ID": 2
},
{
"ID": 3
}
],
"LastSuccessfulLogin": "2023-02-23T10:14:11.443",
"IsAPIUser": false,
"NotificationEmailAddress": "user_test@accenture.com",
Expand Down

0 comments on commit 36bcfbe

Please sign in to comment.