{
"pagination": {
"take": 25,
"skip": 0
},
"sorting": {
"Order": "asc",
"SortBy": [
"FullName"
]
},
"filter": null
}curl --location --request POST 'https://publicapi.taskmaverick.com/organization/employees/query/all' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pagination": {
"take": 25,
"skip": 0
},
"sorting": {
"Order": "asc",
"SortBy": [
"FullName"
]
},
"filter": null
}'{
"collection": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"fullName": "string",
"address": {
"cityName": "string",
"countyName": "string",
"stateName": "string"
},
"status": "Active",
"roleNames": [
"string"
],
"positionNames": [
"string"
],
"tagNames": [
"string"
],
"departmentTemplateNames": [
"string"
],
"unitNames": [
"string"
],
"divisionNames": [
"string"
],
"groupNames": [
"string"
],
"peopleGroups": [
"string"
]
}
],
"totalCount": 0
}