Record
update-employee-params
No description available.
record update-employee-params {
employee-id: string,
authorized-location-ids: option<list<string>>,
created-at: option<string>,
email: option<string>,
external-id: option<string>,
first-name: string,
id: option<string>,
last-name: string,
role-ids: option<list<string>>,
status: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| employee-id | string | |
| authorized-location-ids | option<list<string>> | |
| created-at | option<string> | |
| option<string> | ||
| external-id | option<string> | |
| first-name | string | |
| id | option<string> | |
| last-name | string | |
| role-ids | option<list<string>> | |
| status | option<string> | |
| updated-at | option<string> |