List employees
Retrieves a list of workspace employees, sorted by their creation date in descending order (most recent entries first).
Authorizations
Headers
Maximum number of items to return. Maximum value is 100.
1 <= x <= 100
Pagination cursor for retrieving the next page of results. This value is obtained from the 'x-next-cursor' response header of a previous API call. The cursor should be passed unchanged to fetch next pages. See https://docs.tryriot.com/api-reference/introduction#pagination for examples.
Query Parameters
ID of the workspace for which to retrieve employees
Filters employees based on their status. Accepts a comma-separated string of status values. Only employees matching the specified statuses will be included in the response.
active
, deactivated
, pending
Filters employees based on their karma score. Only employees with a score greater than or equal to the specified value will be included in the response.
x >= 0
Filters employees based on their karma score. Only employees with a score less than or equal to the specified value will be included in the response.
x >= 0