{
  "username": "username_1",
  "firstName": "John",
  "lastName": "Doe",
  "localFullName": "John Hübner",
  "locale": "EN_US",
  "timeZone": "America/Los_Angeles",
  "governmentId": "AAA-GG-SSSS",
  "company": {
    "companyName": "My Company Inc.",
    "localCompanyName": "My Company Local Name",
    "orgId": "12345",
    "orgName": "My Organization Inc.",
    "title": "Engineer",
    "department": "Network",
    "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"
    }
  },
  "security": {
    "pin": "1234",
    "pinSetBy": "USER_GENERATED"
  },
  "setting": {
    "initialActivationTimestamp": "2017-04-05T12:00:00Z",
    "activationTimestamp": "2017-04-05T12:00:00Z",
    "inactivationTimestamp": "2017-04-05T12:00:00Z",
    "status": "ACTIVE",
    "securityProfileStatus": "NA",
    "terminationTimestamp": "2017-04-05T12:00:00Z",
    "terminationReason": "Left the job"
  },
  "audit": {
    "createdTimestamp": "string",
    "updatedTimestamp": "string",
    "updatedByFirstName": "John",
    "updatedByLastName": "Doe"
  },
  "flags": {
    "isFavorite": true,
    "isIbxAdmin": true,
    "isMasterAdmin": true,
    "isLocked": true,
    "isSecurityQuestionSet": true,
    "isOnboarded": true,
    "isPortalAccess": true,
    "isManageable": true,
    "isResellerContact": true
  },
  "addresses": [
    {
      "addressType": "PHYSICAL",
      "address1": "Street 1",
      "address2": "Street 2",
      "city": "Sunnyvale",
      "state": "California",
      "countryCode": "US",
      "zipCode": "12345"
    },
    {
      "addressType": "PHYSICAL",
      "address1": "Street 1",
      "address2": "Street 2",
      "city": "Sunnyvale",
      "state": "California",
      "countryCode": "US",
      "zipCode": "12345"
    },
    {
      "addressType": "PHYSICAL",
      "address1": "Street 1",
      "address2": "Street 2",
      "city": "Sunnyvale",
      "state": "California",
      "countryCode": "US",
      "zipCode": "12345"
    },
    {
      "addressType": "PHYSICAL",
      "address1": "Street 1",
      "address2": "Street 2",
      "city": "Sunnyvale",
      "state": "California",
      "countryCode": "US",
      "zipCode": "12345"
    },
    {
      "addressType": "PHYSICAL",
      "address1": "Street 1",
      "address2": "Street 2",
      "city": "Sunnyvale",
      "state": "California",
      "countryCode": "US",
      "zipCode": "12345"
    },
    {
      "addressType": "PHYSICAL",
      "address1": "Street 1",
      "address2": "Street 2",
      "city": "Sunnyvale",
      "state": "California",
      "countryCode": "US",
      "zipCode": "12345"
    },
    {
      "addressType": "PHYSICAL",
      "address1": "Street 1",
      "address2": "Street 2",
      "city": "Sunnyvale",
      "state": "California",
      "countryCode": "US",
      "zipCode": "12345"
    },
    {
      "addressType": "PHYSICAL",
      "address1": "Street 1",
      "address2": "Street 2",
      "city": "Sunnyvale",
      "state": "California",
      "countryCode": "US",
      "zipCode": "12345"
    },
    {
      "addressType": "PHYSICAL",
      "address1": "Street 1",
      "address2": "Street 2",
      "city": "Sunnyvale",
      "state": "California",
      "countryCode": "US",
      "zipCode": "12345"
    },
    {
      "addressType": "PHYSICAL",
      "address1": "Street 1",
      "address2": "Street 2",
      "city": "Sunnyvale",
      "state": "California",
      "countryCode": "US",
      "zipCode": "12345"
    }
  ]
}