organizations
users
Organization's users
Retrieve a list of public user profiles associated with the organization.
Path Parameter Options:
- organization_id_or_username: Supports either the organization's unique numerical ID OR its string username (slug).
- Ideal for displaying team member directory lists on organization/brand pages.
get/api/organizations/{organization_id_or_username}/users
Path parameters
organization_id_or_usernamestring required
The organization's numerical ID or string username.
Query parameters
pageinteger
Pagination page
per_pageinteger
Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.
Response
An Organization's users (with ID)