diff --git a/client/service/users.go b/client/service/users.go index 35a741ff4..6df7050e7 100644 --- a/client/service/users.go +++ b/client/service/users.go @@ -91,7 +91,6 @@ func (a UsersAPI) readByPath(userPath string) (model.User, error) { return user, err } - // Update will update the user given the user id, username, display name, entitlements and roles func (a UsersAPI) Update(userID string, userName string, displayName string, entitlements []string, roles []string) error { userPath := fmt.Sprintf("/preview/scim/v2/Users/%v", userID)