add add flag for active password
This commit is contained in:
@@ -34,6 +34,9 @@ public class AdminUserRequest {
|
||||
@JsonProperty("is_active")
|
||||
private Boolean isActive;
|
||||
|
||||
@JsonProperty("change_password")
|
||||
private Boolean changePassword;
|
||||
|
||||
@JsonProperty("permissions")
|
||||
private Map<String, Integer> permissions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user