cURL
curl --request GET \ --url http://localhost:8080/api/v1/users/{userId}/groups \ --header 'Authorization: <api-key>'
[ { "attributes": { "name": "<string>" }, "id": "<string>", "type": "<string>" } ]
Get a list of all groups a specific user belongs to
User ID
OK
Show child attributes
Was this page helpful?