List Organization Memberships
Use this to list the Organization Memberships for all users belonging to an organization, use:
* `user` to look up a user's membership in an organization
* `organization` to look up all users that belong to the organization
This endpoint can also be used to retrieve your organization URI.
<Info title="Required scopes">
> `organizations:read`
</Info>
Authentication
AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token
Query parameters
page_token
The token to pass to get the next or previous portion of the collection
count
The number of rows to return
email
Indicates if the results should be filtered by email address
organization
Indicates if the results should be filtered by organization
user
Indicates if the results should be filtered by user
role
Indicates if the results should be filtered by role
Allowed values:
Response
OK
collection
pagination
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error