API: Is there an Org collection at the User level?

Hi.
Within Make I have a user who is in multiple orgs, and I’m trying to retrieve a list of orgs in which the user exists.

Do I need to

  1. Check each org one by one (make lots of requests)
    OR
  2. Is there a way to see all orgs the user belongs to via a single request?

I prefer option 2, but am not seeing it in the API documentation.

hey @underscore

Only the owner of the account can see the Organizations they belong to, on their Make Dashboard:

image

Or via the ‘List User Organizations’ API endpoint: Make API Documentation

2 Likes