v77

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-045764591.5 MB
Organizations

Get organization members list

Retrieve a list of the organization members and their IDs.

get/api/organizations/{id}/memberships

Path parameters

idinteger required

Query parameters

contributed_to_projectsboolean

Whether to include projects created and contributed to by the members.

exclude_project_idnumber
exclude_workspace_idnumber
is_deletedboolean
orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

rolestring[]

Multiple values may be separated by commas.

searchstring

A search term.

tagsinteger[]

Multiple values may be separated by commas.

user__last_activity__gtestring date-time
user__last_activity__ltestring date-time
user_typestring[]

Multiple values may be separated by commas.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}