v1
latestOpenAPI 3.0.12026-07-227292131.4 KBorganizations
List users by organization
Retrieve a list of users belonging to the specified organization. Only users within the organization can access the API.
get/organizations/{orgId}/users
Path parameters
orgIdstring uuid required
Example:a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
The organization's ID.
- Must be a valid UUID.
Response
Successfully list users by organization.
Example response
{
"users": [
{
"id": "a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11",
"email": "john.doe@example.com",
"firstName": "john",
"lastName": "doe",
"lastLoginAt": 1740557336,
"lastLoginIDP": "google",
"orgRole": "org_owner"
}
]
}