Last updated 2 months ago
/groups/{groupId}/users
Enter the ID of the group to retrieve associated user records.
The requested API version
Success: Returns a list of user IDs associated with the specified group.
Internal Server Error: An unexpected error occurred or a server timeout.
curl -L \ --url '/groups/{groupId}/users' \ --header 'Authorization: Bearer JWT'
[ "123e4567-e89b-12d3-a456-426614174000" ]