Get all team space memberships for an organization

Returns a paginated collection of all team space memberships across all spaces 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:
roles.namestringOptional
Filter by role name
sys.team.sys.idstringOptional
Filter by team ID
sys.space.sys.idstringOptional
Filter by space ID

Response

OK - Paginated list of team space memberships across the organization