add add change password update logic
This commit is contained in:
@@ -22,6 +22,12 @@ public class AdminUserRequest {
|
||||
@JsonProperty("password")
|
||||
private String password;
|
||||
|
||||
@JsonProperty("new_password")
|
||||
private String newPassword;
|
||||
|
||||
@JsonProperty("old_password")
|
||||
private String oldPassword;
|
||||
|
||||
@JsonProperty("is_super_admin")
|
||||
private Boolean isSuperAdmin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user