GET
/organization/groups/{group_id}/users/{user_id}Retrieve a user from a group
Retrieves a user's membership details from an organization group. Supply both group_id and user_id to identify the group and user relationship to inspect. The response includes identity, contact, account-type, and service-account information.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
group_idstringrequired
The unique identifier of the group to inspect.
user_idstringrequired
The unique identifier of the user to retrieve from the group.
200Returns the group user's identifier, display name, email address, profile picture URL, service-account status, and user type.
idstringrequired
Identifier for the user.
namestringrequired
Display name of the user.
emailstringrequired
Email address of the user, or `null` for users without an email.
picturestringrequired
URL of the user's profile picture, if available.
is_service_accountbooleanrequired
Whether the user is a service account.
user_typestringrequired
The type of user.
429Returned when the request was rejected because a rate limit was exceeded.
errorobjectrequired
Error handling
group_id must identify the group to inspect, and user_id must identify the user whose membership you want to retrieve. user_type in the response is one of user or tenant_user. A 429 is returned when the request exceeds the applicable rate limit.