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.
The Tyk Dashboard API Access Credentials
ID of the group you want to fetch.
User grouped fetched.
true
"Devops logs and analytics access"
"6649986d5715ec4c96cbef2b"
"66498cd1e2fcd1000184ecb8"
"5e9d9544a1dcd60001d0ed20"
0
Show child attributes
Was this page helpful?