cURL
curl --request GET \ --url https://{tenant}/api/usergroups/{groupId} \ --header 'Authorization: Bearer <token>'
{ "active": true, "description": "Devops logs and analytics access", "id": "363634396664346235373135656334633936636265663338", "name": "Devops", "org_id": "5e9d9544a1dcd60001d0ed20", "password_max_days": 0, "user_permissions": { "analytics": "read", "log": "read" } }
Return a user group object with all the details of a specified group.
Show child attributes
Was this page helpful?