Update User Email
Learn about the API operaton to update the email address of a user.
Request Type | PUT |
URL | /oauth/users/{userID}/email |
Parameters | JSON object with new email: { "email" "new.email@domain.com"} |
Access | Access ROLE_ADMIN_TENANT or ROLE_USER
and the same user |