Skip to content

Commit d17345c

Browse files
committed
Update Skyward Qmlativ.json
- Fixed issue with Security_User.AuthenticationRoleID not updating
1 parent 7bbcb2a commit d17345c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Skyward Qmlativ.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2727,11 +2727,14 @@
27272727
"path": "/Custom/{entity_id}/Security/User/{UserID}?searchFields[0]=AuthenticationRoleID&searchFields[1]=IsActive&searchFields[2]=NameID&searchFields[3]=UserID&searchFields[4]=Username"
27282728
},
27292729
"body": {
2730-
"DataObject": {
2731-
"_nim_merge_attributes_": false,
2732-
"Username": "{Username}"
2733-
}
2730+
"DataObject": {
2731+
"_nim_merge_attributes_": false,
2732+
"AuthenticationRoleID": "{AuthenticationRoleID}",
2733+
"NameID": "{NameID}",
2734+
"Username": "{Username}"
2735+
}
27342736
},
2737+
"removeBlankFields": true,
27352738
"mergeOutput": true,
27362739
"semantics": "update",
27372740
"resource_allowance_default": "optional",

0 commit comments

Comments
 (0)