Group - Retrieves users for a group

Retrieves a collection of user records associated with a specific group.

get
Authorizations
Path parameters
groupIdstring · uuidRequired

Enter the ID of the group to retrieve associated user records.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Returns a list of user IDs associated with the specified group.
Responsestring · uuid[]
get
GET /groups/{groupId}/users HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
[
  "123e4567-e89b-12d3-a456-426614174000"
]

Last updated