Skip to content

Get user profile

GET
/users/{id}

Get a public user profile. Authenticated users see additional fields.

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

User profile

application/json
JSON
{
"id": "string",
"name": "string",
"email": "string",
"avatar_url": "string",
"bio": "string",
"location": "string",
"created_at": "string"
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress