diff --git a/users.go b/users.go index 23dd3f5..3e68638 100644 --- a/users.go +++ b/users.go @@ -13,7 +13,7 @@ const ( userIDPath = userPath + "/:id" resetPasswordPath = userIDPath + "/reset-password" sendVerifyEmailPath = userIDPath + "/send-verify-email" - getCredentialsForUserPath = "/auth/realms/:realmReq/api/realms/:realm/users/:id/credentials" + getCredentialsForUserPath = "/auth/realms/:realmReq/api/admin/realms/:realm/users/:id/credentials" deleteCredentialsForUserPath = getCredentialsForUserPath + "/:credid" )