Skip to main content
Version: Next

CurrentUserPutSchema

first_namestring

The current user's first name

Possible values: non-empty and <= 64 characters

last_namestring

The current user's last name

Possible values: non-empty and <= 64 characters

passwordstring

The current user's password for authentication

CurrentUserPutSchema
{
"first_name": "string",
"last_name": "string",
"password": "string"
}