Get all team memberships for an organization

Returns a paginated collection of all team memberships across all teams in the organization. Accessible by all organization members.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organization_idstringRequired
The organization ID

Query parameters

skipintegerOptional
Specify an offset to paginate through results
limitintegerOptional
Specify the maximum number of results
orderenumOptional
Specify sort order of result set
Allowed values:
includeenumOptional
Specify linked resources to include in response
Allowed values:
sys.organizationMembership.sys.idstringOptional
Filter by organization membership ID

Response

OK - Paginated list of team memberships across the organization