| _id |
string |
Unique identifier of the user. |
| name |
string |
Full name of the user. |
| email |
string |
Email address of the user. |
| departmentId |
string |
ID of the department the user belongs to. |
| locationId |
string |
ID of the location the user is assigned to. |
| teamId |
string |
ID of the team the user belongs to. |
| status |
integer |
User status: 1=active, 0=inactive. |
| language |
string |
User's preferred language code. |