Created
February 7, 2019 04:56
-
-
Save sadrakgunadi/b7a0cfad7ee5281cb268a233ab89d5ac to your computer and use it in GitHub Desktop.
Keycloak-REST API (Update existing user)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URL : | |
http://localhost:8080/auth/admin/realms/master/users/{user_id} | |
Method : PUT | |
Header : | |
Bearer token | |
Body : | |
{ | |
"firstName" : "user", | |
"lastName" : "test" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment