| userLogin | Unique identifier for the user | Required | string |
| firstName | User's first name | Required | string |
| lastName | User's last name | Optional | string |
| email | User's email address | Required | string |
| status | User status (Active/Inactive) | Required | string |
| createdAt | When was the user created | Optional | string |
| lastUpdated | Timestamp of last update | Optional | string |
| entitlements | Comma-separated list of entitlements (roles) | Optional | string |
| city | The city in which the user is located | Optional | string |
| companyName | The company name which the user is associated | Optional | string |
| country | The country/region in which the user is located. | Optional | string |
| department | The name for the department in which the user works. | Optional | string |
| displayName | The name displayed for the user | Optional | string |
| employeeId | The employee identifier assigned to the user by the organization | Optional | string |
| employeeType | Captures enterprise worker type | Optional | string |
| timezone | User timezone. e.g. America/Los_Angeles. | Optional | string |
| jobTitle | The users job title. | Optional | string |
| mobilePhone | Primary cellular telephone number for the user. | Optional | string |
| postalCode | The postal code for the users postal address. | Optional | string |
| state | State or province in the user's address. | Optional | string |
| streetAddress | The street address of the users place of business. | Optional | string |