Last Updated: Mar 8, 2023
Use this API to assign or modify roles for the specified user in the App.
To account for spaces in app or group names, replace them with “%20”.
If the appgroup_name is “Basic Training”, it should be written as “Basic%20Training”. Similarly, if the app name is “Check app”, it should be written as “Check%20app”.
[{ “name”: “username”, “rolesToAdd”: [“Roles to be added”], “rolesToRemove”: [“Roles to be removed”] }]
[ { “name”: ”John Smith”, “rolesToAdd”: [ ”DESIGNER” ], “rolesToRemove”: [] }, {“name”: ”Peter Paul”, “rolesToAdd”: [ ”DESIGNER” ], “rolesToRemove”: [] } ]
{ “name”: “John Smith”, “rolesToAdd”: [ ], “rolesToRemove”: [“DESIGNER” ] }
{ “name”: “John Smith”, “rolesToAdd”: [ “Release” ], “rolesToRemove”: [“Support” ] }
Make sure that double quotation marks (“) are used throughout in the API.
To view all the APIs, click here.