| Field | Type | Required | Description | Example |
|---|---|---|---|---|
parentId |
?string | ➖ | The parent user id | 54321 |
username |
?string | ➖ | The username of the user | masterofcoin |
firstName |
?string | ➖ | The first name of the person. | Elon |
lastName |
?string | ➖ | The last name of the person. | Musk |
title |
?string | ➖ | The job title of the person. | CEO |
division |
?string | ➖ | The division the person is currently in. Usually a collection of departments or teams or regions. | Europe |
department |
?string | ➖ | : warning: ** DEPRECATED **: Deprecated. Use department_id instead.. The department the person is currently in. Deprecated in favor of the dedicated department_id and department_name field. |
R&D |
companyName |
?string | ➖ | The name of the company. | SpaceX |
employeeNumber |
?string | ➖ | An Employee Number, Employee ID or Employee Code, is a unique number that has been assigned to each individual staff member within a company. | 123456-AB |
description |
?string | ➖ | A description of the object. | A description |
image |
?string | ➖ | The URL of the user's avatar | https://logo.clearbit.com/spacex.com?s=128 |
language |
?string | ➖ | language code according to ISO 639-1. For the United States - EN | EN |
status |
?string | ➖ | The status of the user | active |
password |
?string | ➖ | The password of the user | supersecretpassword |
addresses |
array<Components\Address> | ➖ | N/A | |
phoneNumbers |
array<Components\PhoneNumber> | ➖ | N/A | |
emails |
array<Components\Email> | ✔️ | N/A | |
passThrough |
array<Components\PassThroughBody> | ➖ | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. |