Skip to main content

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.

Retrieve information about a specific user.

GET /users/:id

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe unique ID or alias of the user to retrieve.

Response

ParameterTypeDescription
userobjectThe user object data.

Example

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

Identifier

The id parameter accepts a UUID, alias, or me.

Permissions

CallerAccess
SelfFull profile including all fields.
OtherPublic fields only (id, name, alias).