add add flag for active password
This commit is contained in:
@@ -27,6 +27,9 @@ public class AdminUserResponse {
|
||||
@JsonProperty("created_at")
|
||||
private String createdAt;
|
||||
|
||||
@JsonProperty("active_password")
|
||||
private Boolean activePassword;
|
||||
|
||||
private Map<String, Integer> permissions;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user