cURL
curl --request GET \ --url https://{portalApiUrl}/user_grp/get/{id} \ --header 'Authorization: <api-key>'
{ "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" } }
Returns a user_grp record by ID
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 user_grp to get
user_grp response
Show child attributes