GET /api/users/[id]
Returns a user’s public profile with stats and follow status.Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
Response (200)
Errors
| Status | Code | Reason |
|---|---|---|
| 404 | NOT_FOUND | User not found |
Get a user’s public profile.
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
| Status | Code | Reason |
|---|---|---|
| 404 | NOT_FOUND | User not found |