List organizations for the authenticated user
Organizations
Get user organizations
OAuth scope: user_organization.read
Returns the list of organizations the authenticated user belongs to.
GET
List organizations for the authenticated user
This endpoint returns a list of organizations that the user consented to give access to.
This endpoint is only available for
user oauth flow. It gives you the list of organizations that the user has consented to give access to, and the organization_id for each organization. You can use the organization_id to make API calls on behalf of that organization.Authorizations
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Response
Returns the list of organizations the authenticated user belongs to.