I am trying to update just the auth0 password for a user from my API server using the Management API. When I make the request I get back a 400 status code, an “operation_not_supported” error code, and a “Cannot update password and email_verified simultaneously” error message. I’ve verified that I’m only updating the password in my request, however.
Are there any conditions under which this behavior is to be expected? Any ideas on what the root cause might be?
Many thanks in advance!