v1
latestOpenAPI 3.1.02026-08-06213193627.0 KBorgs
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/v1/orgs/list
Response
Successful Response