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
- Check each org one by one (make lots of requests)
OR - 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.