Hi @jim.dunn,
Welcome to the Auth0 Community!
You should call the client.users.update()
method to update a user.
Here are all the operations:
- Create: UsersManager | auth0 | create
- Read: UsersManager | auth0 | get
- Update: UsersManager | auth0 | update
- Delete: UsersManager | auth0 | delete
Let me know if you have any questions.
Cheers,
Rueben