GET /users/:id/orgs
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique ID or alias of the user. |
Response
| Parameter | Type | Description |
|---|---|---|
organizations | array | List of organization objects. |
Example
Identifier
Theid parameter accepts a UUID, alias, or me.
Permissions
| Caller | Access |
|---|---|
| Self | All organizations the user belongs to. |
| Other | Only organizations with public visibility. |

