Update user account
Updates user profile information, tutorial status, and account configuration.
Authorization: Requires user admin permissions or self-update access. Security: Password updates are handled securely with encryption.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the user Valid email address pattern
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$Body
Represents a user account with profile information and tutorial status
The user's username — an email address used for authentication. Matches the path-parameter form on /users/{userName}. (Previously $ref'd IdentifierPattern, which disallowed '@' and '.'; that was never enforced at runtime so production data is all emails.)
User's password (only included in create/update requests, never in responses)
User's email address, used for authentication and notifications
User's first name. May be empty when the row was auto-created (e.g. Auth0 ensure-user path) before the user filled in their profile — UI flows that capture a name should PATCH this in.
64User's last name. May be empty when the row was auto-created (e.g. Auth0 ensure-user path) before the user filled in their profile — UI flows that capture a name should PATCH this in.
64User's business role or job title
Represents the tutorial completion status and user preferences for onboarding
Response
User updated successfully
Represents a user account with profile information and tutorial status
The user's username — an email address used for authentication. Matches the path-parameter form on /users/{userName}. (Previously $ref'd IdentifierPattern, which disallowed '@' and '.'; that was never enforced at runtime so production data is all emails.)
User's email address, used for authentication and notifications
User's first name. May be empty when the row was auto-created (e.g. Auth0 ensure-user path) before the user filled in their profile — UI flows that capture a name should PATCH this in.
64User's last name. May be empty when the row was auto-created (e.g. Auth0 ensure-user path) before the user filled in their profile — UI flows that capture a name should PATCH this in.
64User's business role or job title
Represents the tutorial completion status and user preferences for onboarding