Get Org List
Retrieve a list of the organizations the logged-in user belongs to.
Note: This function does not check for permissions
Explanation: After user_org_access check we can assume that the user has permissions to proceed.
Because the user belongs to at least one organization, we can display them such list. The list of orgs will be shown regardless of privilege, hence why we can not check for permissions anymore. Moreover, the list is always the same, whereas different orgs have different privileges (so checking for privileges in the current org is asymmetric)
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Was this page helpful?