Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sadrakgunadi/b7a0cfad7ee5281cb268a233ab89d5ac to your computer and use it in GitHub Desktop.
Save sadrakgunadi/b7a0cfad7ee5281cb268a233ab89d5ac to your computer and use it in GitHub Desktop.
Keycloak-REST API (Update existing user)
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