Documentation Index
Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt
Use this file to discover all available pages before exploring further.
List all organizations associated with a specific user.
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
curl -X GET https://api.blobhub.io/users/user_123/orgs
Identifier
The id parameter accepts a UUID, alias, or me.
Permissions
| Caller | Access |
|---|
| Self | All organizations the user belongs to. |
| Other | Only organizations with public visibility. |