Auth0 Forms Update User 401 error

Hi @sam.karl

Thank you for sharing that, great to hear that it’s now working for you!

@joao.magalhaes Please let me know if you had a moment to check the documentation provided by Sam and if it helped with your current error, I’ve linked it to make things easier.

One thing I noticed is that you might require create:users_app_metadata permission enabled as well in order to properly add " email_verified : True " to the user’s app_metadata. Usually to update the email_verified attribute, you would only need update:users and use the user.email_verified property under the user body, but since you wish to add this to their app_metadata, you would also need the permission to create it.

It might prove useful to have this other documentation handy as well on variables and functions within Forms.

Hope this helped!
Gerald