Skip to main content
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).