cURL
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 } }
Retrieves statistics about employees in a workspace grouped by status.
Scopes required:
Employee statistics
Show child attributes