Retrieve the caller's own profile
Returns a REDUCED projection of the authenticated user’s own record: id, name, username, email, phone and country code. Groups, roles, permissions and MFA state are deliberately omitted — a member reads their MFA state from GET /v1/users//mfa, and the full record (including group membership) is the administrative GET /v1/users/. Authorized on the “own-profile” resource, which every authenticated user holds, and confined to the caller’s own account: an other than the token subject is refused with 403 / IDE-0057.
Autorizações
Bearer authentication. Send Authorization: Bearer .
Parâmetros de caminho
Caller's own User ID
Resposta
OK
OwnProfileResponse payload — the caller's own profile, reduced

