Get profile
GET
Returns the authenticated consumer’s profile, including display name, email, MFA status, roles, and permissions. Use this endpoint to populate profile pages or check the current user’s access level.
/v1/consumer/meParameters
No parameters required. The user is identified from the authentication token.Responses
Update profile
PUT
Update the authenticated consumer’s display name, region, or language preference. All fields are optional — only non-empty values are applied.
/v1/consumer/meParameters
Display name shown on your profile and public portfolio.
ISO 3166-1 alpha-2 region code (e.g.
US, GB, DE). Controls data residency preferences.Preferred language code (e.g.
en, es, fr). Stored in your tenant settings.