Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Field | Type | Required | Description |
|---|---|---|---|
idBranch | int32 | No | Filter by branch number (applicable in multi-location environments; ignored otherwise). |
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | Name of the employee. |
lastName | string | No | Last name of the employee. |
document | string | No | Identification document (e.g., CPF or RG). |
documentId | string | No | ID of the identification document. |
cellphone | string | No | Employee's mobile phone number. |
email | string | Yes | Employee's email. |
gender | string | No | Gender of the employee. |
birthday | datetime | No | Employee's date of birth (ISO 8601 format). |
country | string | No | Country of residence of the employee. |
address | string | No | Complete address of the employee. |
state | string | No | State of residence of the employee. |
city | string | No | City of residence of the employee. |
passport | string | No | Passport number (if applicable). |
zipCode | string | No | Postal code (CEP) of the employee's address. |
complement | string | No | Address complement. |
neighborhood | string | No | Neighborhood of residence. |
number | string | No | Residential address number. |
active | boolean | No | Indicates if the employee is active (true) or inactive (false). |
employeeBranchPermissionsList | array<object> | No | List of permissions for the employee. |
employeeBranchPermissionsList| Field | Type | Description |
|---|---|---|
idPermission | int32 | Unique permission identifier. |
idBranchPermission | int32 | ID of the branch to which the permission is linked. |
idBranchGroupPermission | int32 | ID of the branch group associated with the permission (if applicable). |