Skip to main content

Get the caller's end-user profile

POST 

/api/v1/enduser/get

Returns the caller's full end-user record — identity claims sourced from the identity provider, profile settings the user has set, and lifecycle timestamps.

A user with no profile is not a 404

If no row exists yet, the call still succeeds and returns an empty endUser object. Treat "no profile yet" and "profile with no overrides" identically — do not branch on the difference when choosing settings. Treat the missing profile as an absent record; default-valued fields alone do not prove that an account exists or that deletion completed.

Request​

Responses​

Profile returned (possibly empty if no row exists yet)

Document ID: DOC-CP-identity-access-api-getEndUser. Section identities and revisions.

SectionStable reference
OverviewDOC-CP-identity-access-api-getEndUser#overview
RequestDOC-CP-identity-access-api-getEndUser#request
ResponsesDOC-CP-identity-access-api-getEndUser#responses