UserUpdateInput
namestringrequired
emailstring<email>required
passwordstring<password>nullable
Omit or set to null to keep the current password.
password_confirmationstring<password>
is_adminbooleanrequired
UserUpdateInput
{
"name": "string",
"email": "[email protected]",
"password": "string",
"password_confirmation": "string",
"is_admin": true
}