Memberships
Retrieve a list of all organizations the user is a member of
get
/me/memberships
Authorizations
Query parameters
limitinteger · min: 1 · max: 100 · default: 10
Limits the number of results to return
reverseboolean
Order in which to retrieve the results
pageTokenstring
Pagination token that keeps of track of the current position in the list
statusstring · enum
The status of user's membership on the organization.
Options:
banned
, invited
, active
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
422
Last updated
Was this helpful?