| _name | object | | |
| _name.firstName | string | A person's first name | John |
| _name.lastName | string | A person's last name | Smith |
| _description | string | A description, can be up to 5000 characters long | Lorem Ipsum |
| _email | string | An email address in the RFC-5322 specification | [email protected] |
| _phone | string | A person's phone An E.164 formatted phone number | +12345678901 |
| _locale | string | A person's locale Locale in the following format: {language-ISO639}-{countryCode-ISO3166} lowercase. | en-us |
| _gender | string | A persons gender Values:MALE,FEMALE,UNDISCLOSED | FEMALE |
| _dateOfBirth | string | A person's date of birth A UTC date in the ISO-8601 format | 2007-12-20 |
| _address | object | | |
| _address.countryCode | string | A 2-letter country code defined in ISO-3166 | US |
| _address.state | string | A state | Massachusetts |
| _address.city | string | A city | Boston |
| _address.zipCode | string | A zipcode | 02101 |
| _address.address1 | string | An address | 11 Main St. |
| _address.address2 | string | An address's specifics | Entry B, Apartment 1 |
| _mfa | object | | |
| _mfa.enabled | boolean | MFA login enabled or disabled | |
| _mfa.expirationInMinutes | integer | MFA expiration time in minutes | |
| _credentialType | string | What type of credentials is used when logging in to the system. Only one type can be used. Default:PASSWORD Values:PASSWORD,OTP | |
| _employeeId | string | | |
| _ownerOrganization | object | | |
| _ownerOrganization.id | string | A UUID formatted string | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
| _ownerOrganization.templateId | string | The id of a template that is configured in the settings service. | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
| _ownerOrganization.parentEntityId | string | The id of the parent entity (appears only for child entities) | |
| _ownerOrganization.templateName | string | The name of the referenced entity template | |
| _ownerOrganization.template | object | | |
| _ownerOrganization.template.name | string | The name of the template | |
| _ownerOrganization.template.displayName | string | The display name of the template | |
| _ownerOrganization.template.parentTemplate | object | | |
| _ownerOrganization.template.parentTemplate.id | string | | |
| _ownerOrganization.template.parentTemplate.displayName | string | | |
| _ownerOrganization.template.parentTemplate.name | string | | |
| _ownerOrganization.template.id | string | The id of the template | |
| _ownerOrganization.organizationId | string | The id of the organization of the referenced entity. | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
| _ownerOrganization.name | string | The caption of the referenced entity | |
| _id | string | A UUID formatted string | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
| _creationTime | string | A UTC date-time in the ISO-8601 format | 2007-12-20T10:15:30Z |
| _lastModifiedTime | string | A UTC date-time in the ISO-8601 format | 2007-12-20T10:15:30Z |
| _invitationAccepted | boolean | Has invitation been accepted | |
| _template | object | | |
| _template.name | string | The name of the template | |
| _template.displayName | string | The display name of the template | |
| _template.parentTemplate | object | | |
| _template.parentTemplate.id | string | | |
| _template.parentTemplate.displayName | string | | |
| _template.parentTemplate.name | string | | |
| _template.id | string | The id of the template | |
| _referencers | object | An object that contains all the referencers of this entity. Each referencer is the RSAN and it's an object that contains the count of the referrers, and information of the referrer (in case count = 1) | |
| _enabled | string | Is the user enabled Values:DISABLED,ENABLED | ENABLED |
| _caption | string | | |