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:
ID of the workspace for which to retrieve employee statistics
Employee statistics
The response is of type object.
object