Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://{{host}}/api/public/adminroles/assignments/
application/json
auth: {{JWT}}
curl -X POST 'https://{{host}}/api/public/adminroles/assignments/' \ -H 'Content-Type: application/json' \ -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \ -d '[{ "roleId":"5bre4bb433f78c73f4exxxxx", "addUsers":["john.doe@example.com"], "removeUsers":[], "addGroups": [], "removeGroups":[] }]'
[ { "status": "success", "roleId": "64b8d1862f377730a77xxxxx" } ]
Was this page helpful?