latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Group
List users in a group.
get/orgs/{orgId}/groups/{groupId}/users
Path parameters
orgIdstring required
The Organization ID
groupIdstring required
The Group Id.
Response
The users that are members of the group.
Example response
[
{
"created_at": "2020-12-19T09:32:46Z",
"email": "jo.trigg@awesomecorp.com",
"id": "d510224a-4641-48fd-8054-68efd3537ee2",
"name": "Jo Trigg",
"type": "user"
}
]