Get all space memberships for an organization

Returns a paginated list of all space memberships across the organization. Only organization admins and owners can access this endpoint.

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:
querystringOptional

Full-text search across multiple attributes

adminbooleanOptional
Filter by admin status
roles.sys.idstringOptional
Filter by role ID
sys.space.sys.idstringOptional
Filter by space ID

Response

OK - Paginated list of space memberships across the organization