List User Group Access

GET {{baseUrl}}/organization/v1/users/:userId/groups

Use this endpoint to retrieve the Groups associated with the User.

HEADERS

KeyDatatypeRequiredDescription
X-Api-Keystring(Required) Added as a part of security scheme: apiKey
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":[{"groupId":"12f7b806-c90e-4726-8d01-5ad16284f682","groupName":"Southwest Region"}],"meta":{"totalPages":1},"links":{"self":null,"first":null,"last":null}}