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_id
The organization ID
Query parameters
skip
Specify an offset to paginate through results
limit
Specify the maximum number of results
order
Specify sort order of result set
Allowed values:
include
Specify linked resources to include in response
Allowed values:
roles.name
Filter by role name
sys.team.sys.id
Filter by team ID
sys.space.sys.id
Filter by space ID
Response
OK - Paginated list of team space memberships across the organization