We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbcb2a commit d17345cCopy full SHA for d17345c
Skyward Qmlativ.json
@@ -2727,11 +2727,14 @@
2727
"path": "/Custom/{entity_id}/Security/User/{UserID}?searchFields[0]=AuthenticationRoleID&searchFields[1]=IsActive&searchFields[2]=NameID&searchFields[3]=UserID&searchFields[4]=Username"
2728
},
2729
"body": {
2730
- "DataObject": {
2731
- "_nim_merge_attributes_": false,
2732
- "Username": "{Username}"
2733
- }
+ "DataObject": {
+ "_nim_merge_attributes_": false,
+ "AuthenticationRoleID": "{AuthenticationRoleID}",
+ "NameID": "{NameID}",
2734
+ "Username": "{Username}"
2735
+ }
2736
2737
+ "removeBlankFields": true,
2738
"mergeOutput": true,
2739
"semantics": "update",
2740
"resource_allowance_default": "optional",
0 commit comments