cURL
curl --request POST \ --url https://{portalApiUrl}/grp/manage_users \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "users": [ { "user_id": 737635, "remove_from": [ 6435 ] } ] } '
{ "status": true }
Add, move, or remove users from grps
Documentation IndexFetch the complete documentation index at: https://docs.illuxi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.illuxi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication token obtained from POST /token
Show child attributes
Use organisation identifier instead of user_id
users managed successfully