Response containing permission and role bits
name | data type | description |
---|---|---|
groups | map of string | Get the groups |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "groups" : { "property1" : "...", "property2" : "..." }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }