Organizations

List organization members

Retrieves a paginated list of members for the specified organization.

get/organizations/{org_id}/members

Query parameters

sort_by'email' | 'role' | 'joined_at'

Sort the members by the specified field. Defaults to joined_at.

cursorstring

A cursor to use in pagination. A cursor defines your place in the data list. Include response.pagination.next in subsequent API calls to fetch next page of the list.

sort_order'asc' | 'desc'

Defines the sorting order of entities.

limitinteger

The maximum number of members to return in the response

Response

Returned information about organization members

Changes

No recorded changes to this endpoint across all 1 revision of this API.