ListEmployeesResponse
Name | Type | Tags | Description |
---|---|---|---|
employees |
Employee[] | undefined |
Optional | - |
cursor |
string | undefined |
Optional | The token to be used to retrieve the next page of results. |
errors |
Error[] | undefined |
Optional | Any errors that occurred during the request. |
{
"employees": null,
"cursor": null,
"errors": null
}