auth0 users update
Update a user.
To update interactively, use auth0 users update
with no arguments.
To update non-interactively, supply the user id and other information through the available flags.
Usage
auth0 users update [flags]
Examples
auth0 users update
auth0 users update <user-id>
auth0 users update <user-id> --name "John Doe"
auth0 users update <user-id> -n "John Kennedy" -e johnk@example.com --json
auth0 users update <user-id> -n "John Kennedy" -p <newPassword>
auth0 users update <user-id> -p <newPassword>
auth0 users update <user-id> -e johnk@example.com
auth0 users update <user-id> --phone-number +916898989899
auth0 users update <user-id> -m +916898989899 --json
Flags
-c, --connection-name string Name of the database connection this user should be created in.
-e, --email string The user's email.
--json Output in json format.
-n, --name string The user's full name.
-p, --password string Initial password for this user (mandatory for non-SMS connections).
-m, --phone-number string The user's phone number.
-u, --username string The user's username. Only valid if the connection requires a username.
Inherited Flags
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 users blocks - Manage brute-force protection user blocks
- auth0 users create - Create a new user
- auth0 users delete - Delete a user
- auth0 users import - Import users from schema
- auth0 users open - Open the user’s settings page
- auth0 users roles - Manage a user’s roles
- auth0 users search - Search for users
- auth0 users show - Show an existing user
- auth0 users update - Update a user