Skip to main content
GET
/
api
/
auth
/
profiles
/
{userId}
Get user profile by ID
curl --request GET \
  --url https://api.example.com/api/auth/profiles/{userId}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "profile": {
    "name": "<string>",
    "avatar_url": "<string>"
  }
}

Path Parameters

userId
string<uuid>
required

User ID

Response

User profile

id
string<uuid>

User ID

profile
object

User profile data (can contain custom fields)