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
Identifier
Theid parameter accepts a UUID, alias, or me.
Permissions
| Caller | Access |
|---|---|
| Self | Full profile including all fields. |
| Other | Public fields only (id, name, alias). |

