{
  "data": [
    {
      "username": "username_1",
      "firstName": "John",
      "lastName": "Doe",
      "localFullName": "John Hübner",
      "locale": "EN_US",
      "timeZone": "America/Los_Angeles",
      "role": "MASTER_ADMIN",
      "company": {
        "companyName": "My Company Inc.",
        "localCompanyName": "My Company Local Name",
        "orgId": "12345",
        "orgName": "My Organization Inc.",
        "affiliatedOrgs": [
          "123",
          "456"
        ]
      },
      "contact": {
        "email": "abc@email.com",
        "secondaryEmail": "abc@email.com",
        "fax": {
          "countryCode": "+1",
          "phoneNumber": "11111111"
        },
        "mobilePhone": {
          "countryCode": "+1",
          "phoneNumber": "11111111"
        },
        "primaryPhone": {
          "countryCode": "+1",
          "phoneNumber": "11111111"
        }
      },
      "setting": {
        "initialActivationTimestamp": "2017-04-05T12:00:00Z",
        "activationTimestamp": "2017-04-05T12:00:00Z",
        "inactivationTimestamp": "2017-04-05T12:00:00Z",
        "status": "LOCKED",
        "securityProfileStatus": "NOT_COMPLETED",
        "terminationTimestamp": "2017-04-05T12:00:00Z",
        "terminationReason": "Left the job"
      },
      "audit": {
        "createdTimestamp": "string",
        "updatedTimestamp": "string"
      },
      "flags": {
        "isFavorite": true,
        "isIbxAdmin": true,
        "isMasterAdmin": true,
        "isLocked": true,
        "isSecurityQuestionSet": true,
        "isOnboarded": true,
        "isPortalAccess": true,
        "isManageable": true,
        "isResellerContact": true
      }
    },
    {
      "username": "username_1",
      "firstName": "John",
      "lastName": "Doe",
      "localFullName": "John Hübner",
      "locale": "EN_US",
      "timeZone": "America/Los_Angeles",
      "role": "MASTER_ADMIN",
      "company": {
        "companyName": "My Company Inc.",
        "localCompanyName": "My Company Local Name",
        "orgId": "12345",
        "orgName": "My Organization Inc.",
        "affiliatedOrgs": [
          "123",
          "456"
        ]
      },
      "contact": {
        "email": "abc@email.com",
        "secondaryEmail": "abc@email.com",
        "fax": {
          "countryCode": "+1",
          "phoneNumber": "11111111"
        },
        "mobilePhone": {
          "countryCode": "+1",
          "phoneNumber": "11111111"
        },
        "primaryPhone": {
          "countryCode": "+1",
          "phoneNumber": "11111111"
        }
      },
      "setting": {
        "initialActivationTimestamp": "2017-04-05T12:00:00Z",
        "activationTimestamp": "2017-04-05T12:00:00Z",
        "inactivationTimestamp": "2017-04-05T12:00:00Z",
        "status": "APPROVED",
        "securityProfileStatus": "NA",
        "terminationTimestamp": "2017-04-05T12:00:00Z",
        "terminationReason": "Left the job"
      },
      "audit": {
        "createdTimestamp": "string",
        "updatedTimestamp": "string"
      },
      "flags": {
        "isFavorite": true,
        "isIbxAdmin": true,
        "isMasterAdmin": true,
        "isLocked": true,
        "isSecurityQuestionSet": true,
        "isOnboarded": true,
        "isPortalAccess": true,
        "isManageable": true,
        "isResellerContact": true
      }
    }
  ],
  "page": {
    "total": 150,
    "limit": 20,
    "offset": 20,
    "sorts": [
      "-FIRST_NAME"
    ]
  },
  "_links": {
    "self": {
      "href": "/users/username_1/"
    },
    "next": {
      "href": "/users/username_1/"
    },
    "prev": {
      "href": "/users/username_1/"
    }
  }
}