Documentation navigation

Auth

Update a user as an administrator

PUT/auth/admin/users/{user_id}

Updates one user through the Auth admin API.

Parameters

uidstring
The user UUID.
email?string
A replacement email address.
phone?string
A replacement phone number.
password?string
A replacement password.
attributes?object
Application-defined user attributes.
system_attributes?object
System-managed user attributes.
email_confirm?boolean
Whether to mark the email as confirmed.
phone_confirm?boolean
Whether to mark the phone as confirmed.
nonce?string
Nonce accepted by the admin user attributes type.

Returns