ResponseContainerPagedCustomerFacingUserObject
ResponseContainerPagedCustomerFacingUserObject
JSON container for the HTTP response along with status
JSON Example
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"unitedRoles": [
"string"
],
"unitedPermissions": [
"string"
],
"userGroups": [
"string"
],
"id": "string",
"identifier": "string",
"groups": [
"string"
],
"customer": "string",
"lastSuccessfulLogin": 0,
"escapedIdentifier": "string",
"gravatarUrl": "string",
"self": false
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}