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_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:
sys.organizationMembership.sys.id
Filter by organization membership ID
Response
OK - Paginated list of team memberships across the organization