v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Group users

Retrieve group user

Retrieves a user in a group.

get/organization/groups/{group_id}/users/{user_id}

Path parameters

group_idstring required

The ID of the group to inspect.

user_idstring required

The ID of the user to retrieve from the group.

Response

User retrieved from the group successfully.

idstring required

Identifier for the user.

namestring required

Display name of the user.

emailstring nullable required

Email address of the user, or null for users without an email.

picturestring nullable required

URL of the user's profile picture, if available.

is_service_accountboolean nullable required

Whether the user is a service account.

user_type'user' | 'tenant_user' required

The type of user.