Documentation navigation

Auth

Update a user through the admin client

PUT/auth/admin/users/{user_id}

Updates one user by ID through client.auth.admin.

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