Updates user account name, display name, preferred locale, or changes password.
Update Profile & Password
PATCH
/v1/profile
Parameters
| Name | Type | Description |
|---|---|---|
first_name | string | User first name |
last_name | string | User last name |
display_name | string | Public display name shown to customers |
locale | string | Preferred user locale (en, de, es, fr, pt-BR, ar, ko) |
password | string | New password (if changing) |
password_confirmation | string | New password confirmation |
current_password | string | Required when changing password |