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
| Parameter | Type | Required | Description |
|---|
id | string | Yes | The unique ID or alias of the user to retrieve. |
Response
| Parameter | Type | Description |
|---|
user | object | The 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
| Caller | Access |
|---|
| Self | Full profile including all fields. |
| Other | Public fields only (id, name, alias). |