Legacy profile API

New account-portal integrations should read GET /api/v1/me and update PATCH /api/v1/me/profile. OIDC clients should request profile and read approved claims from UserInfo.

Deprecated endpoints

MethodRoutePurpose
GET/api/v1/me/profilesList profiles owned by the bearer subject.
GET/api/v1/me/profiles/{id}Read one owned profile.
POST/api/v1/me/profilesCreate a profile.
PUT/api/v1/me/profiles/{id}Update an owned profile.
DELETE/api/v1/me/profiles/{id}Delete an owned profile.
POST/api/v1/profiles/lookupLook up public profile summaries by IDs.

Except for public lookup, these routes require an OAuth access token. Do not build new dependencies on them.

Was this page helpful?