name | data type | description |
---|---|---|
accountNonLocked | boolean | |
password | string | |
credentialsNonExpired | boolean | |
accountNonExpired | boolean | |
id | string | |
roles | array of string | |
enabled | boolean | |
username | string |
Example
{ "accountNonLocked" : true, "password" : "...", "credentialsNonExpired" : true, "accountNonExpired" : true, "id" : "58e3946e0fb4f562d84ba1ad", "roles" : [ "[\"ADMIN\",\"USER\"]", "..." ], "enabled" : true, "username" : "user" }