cURL
curl --request POST \ --url https://{portalApiUrl}/user_grp/create \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "user_grp_grp_id": 2262, "user_grp_user_id": 737635, "user_grp_group_admin": 0 } '
{ "status": true, "result": { "user_grp_id": 123, "user_grp_grp_id": 123, "user_grp_user_id": 123, "user_grp_group_admin": 123, "user_grp_created_date": "2023-11-07T05:31:56Z", "user_grp_updated_date": "2023-11-07T05:31:56Z" } }
Create a user_grp, hence adding a user to a group
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
ID of the group
ID of the user
Whether the user is a group admin (1 = yes, 0 = no)
user_grp created
Show child attributes