GET
/
v1
/
employees
/
statistics
curl --request GET \
  --url https://public-api.tryriot.com/v1/employees/statistics \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "activated": 10,
    "archived": 3,
    "deactivated": 2,
    "total": 15
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

workspace_id
string
required

ID of the workspace for which to retrieve employee statistics

Response

200
application/json
Employee statistics
data
object
required