OUTCOME · Revise and reconcile
What changes
Updates only the allowlisted current profile fields and version accepted by the authoritative owner; it grants no adjacent authority.
v2User Profile Data
/api/v2/mePURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Call this when an identity, compliance, relying-party, or trust agent workflow needs to apply the documented current profile transition after re-reading the current authoritative state so it can make a purpose-limited identity or assurance decision with current policy and lifecycle state.
OUTCOME · Revise and reconcile
Updates only the allowlisted current profile fields and version accepted by the authoritative owner; it grants no adjacent authority.
WHY IT MATTERS
ISOLATION + AUTHORITY
Bearer subject, tenant, purpose, policy version, role, issuer, reviewer, provider, and relying-party boundaries remain distinct. The response or transition grants no payment, custody, settlement, publisher, matching, or trading authority and must not expose regulated evidence beyond the live schema.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing profile:write authority.EXAMPLEBearer hc_live_…
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
namesbodyOptionalstring | ProfileNamesUpdatenames accepted by this operation. Omit it when the corresponding optional behavior is not needed.
preferencesbodyOptionalstring | ProfilePreferencesUpdatepreferences accepted by this operation. Omit it when the corresponding optional behavior is not needed.
REQUEST
{
"names": "example-names",
"preferences": "example-preferences"
}RESPONSES
{
"account_type": "example-account-type",
"activated": true,
"client_id": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"created_at": "2026-09-02T18:30:00Z",
"display_name": "example-display-name",
"email": "[email protected]",
"metadata": "example-metadata",
"names": {
"company_name": "example-company-name",
"first_name": "example-first-name",
"last_name": "example-last-name",
"middle_name": "example-middle-name"
},
"phone": "example-phone",
"preferences": {
"base_currency": "USD",
"language": "example-language",
"locale": "example-locale",
"theme": "example-theme",
"timezone": "example-timezone"
},
"profile_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"scopes": [
"example-scope"
],
"subject": "example-subject",
"tenant_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"two_factor_enabled": true,
"username": "example-username"
}{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentialsOPERATIONAL NOTES
UPGRADING FROM V1
If you maintain an older integration, use this map to find the V2 replacement. Do not translate the old request field-for-field: rebuild it from the V2 parameters and schemas above because identity, authorization, replay protection, and response semantics may have changed.
/api/v1/profile/personaldataPROFILE: Submit Profile Data/api/v1/profile/metadataPROFILE: Submit Meta DataThis route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗