List organization members
List members for an organization. The user must have view_role permissions for the organization. By default, the members are sorted in alphabetical order by name. The HTTP response header X-Total-Count contains the total number of members.
Path parameters
The slug or UUID for an organization.
Query parameters
The direction to sort by. If not specified, the default sort direction is used.
The page number to return. If not specified, the first page is returned.
The number of items to return per page. If not specified, the default number of items per page (8) is used.
Sort by user name.
The field to sort by. If not specified, the default sort field is used.
Filter by user name, exact match.
Search by user name, slug, or UUID.
Response
successful operation
Changes
No recorded changes to this endpoint across all 64 revisions of this API.