I just started playing around with keycloak and openldap. I was able to link openldap with keycloak and also created some mappers to get user data through OAUTH2 authentication.
Now I am trying to change some editing of user data through keycloak through the REST API. However, when I tried to change the email address (with authenticated PUT request on a user) of an user I get this error message from keycloak.
Does anyone know why this could have happened?
This is the request I am sending to keycloak with a PUT request http://localhost:8080/auth/admin/realms/dev/users/e25c4897-4b61-4334-9be2-6c7cbffa763e
{
"email": "new@email.com"
}