Skip to main content
GET
Get my profile
Returns the authenticated member’s profile. The subject is resolved from the access token, so there is no member ID in the path.
Tasting note - /users/me/* is the canonical member surface. The legacy /users/{id}/* routes are gone; they return 404 EndpointNotFoundException. There is no UUID to pass; the subject is the token’s sub.
Auth: OAuth access token with the read:profile scope. A token missing that scope returns 403 with error="insufficient_scope" in the WWW-Authenticate header.

Example

Response

Schema

See also