Skip to main content
List all organizations associated with a specific user.

GET /users/:id/orgs

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe unique ID or alias of the user.

Response

ParameterTypeDescription
organizationsarrayList of organization objects.

Example

curl -X GET https://api.blobhub.io/users/user_123/orgs