Retrieving Memberships
Through Users
To get a user’s memberships:- Fetch the user using the user list endpoint
- Include
?expand=memberships
in the request URL - The response will include the expanded memberships array
Through Companies
To get a company’s memberships:- Fetch the company using the company list endpoint
- Include
?expand=memberships
in the request URL - The response will include the expanded memberships array