Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idEmployee | int32 | No | Unique ID of the staff member to be searched. |
| name | string | No | Name of the staff member. Can be a partial value for approximate search. |
| string | No | Email of the staff member. | |
| take | int32 | No | Total number of records to be returned. Default value is 50. |
| skip | int32 | No | Total number of records to be ignored. Default value is 0. |
| Field | Type | Description |
|---|---|---|
| idEmployee | int32 | Unique identifier of the staff member. |
| idBranch | int32 | ID of the branch to which the staff member is affiliated. |
| branchName | string | Name of the branch associated with the staff member. |
| name | string | Full name of the staff member. |
| cpf | string | CPF of the staff member. |
| accessProfile | string | Access profile assigned to the staff member in the system. |
| status | string | Current status of the staff member (e.g., Active, Inactive, Blocked). |
| currentEmail | string | Current registered email of the staff member. |
| login | string | Login used by the staff member to access the system. |
| lastAccessDate | Datetime | Date and time of the last access of the staff member to the system. |
| permission | string | Description of the permissions associated with the staff member. |
| jobPosition | string | Position or role held by the staff member. |
| telephone | string | Contact phone number of the staff member. |
| photoUrl | string | URL of the staff member's profile picture (if available). |