ResponseContainerAccount
ResponseContainerAccount
JSON container for the HTTP response along with status
JSON Example
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"unitedRoles": [
"string"
],
"unitedPermissions": [
"string"
],
"identifier": "string",
"groups": [
"string"
],
"roles": [
"string"
],
"userGroups": [
"string"
]
}
}