List User Group Access
GET {{baseUrl}}/organization/v1/users/:userId/groups
Use this endpoint to retrieve the Groups associated with the User.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":[{"groupId":"12f7b806-c90e-4726-8d01-5ad16284f682","groupName":"Southwest Region"}],"meta":{"totalPages":1},"links":{"self":null,"first":null,"last":null}}