Assigns a business role to multiple users.
Set to true to assign the user to the business role. Set false to remove the business role from the user.
true
false
TypedId of the business role you want to assign or revoke. Either typedId or uniqeName is required.
TypedId
typedId
uniqeName
uniqueName of the business role you want to assign or revoke. Either typedId or uniqeName is required.
uniqueName
The list of users' typedIds or loginName. Can be mixed.
loginName
OK
{"data": {"assign": true,"typedId": "8.R","uniqueName": "DASHBOARDADMIN","users": ["2147491023.U","john.doe"]}}
{"response": {"node": "string","data": null,"status": 0}}