List all groups
GET /v1/groups
Returns a list of standard and dynamic groups previously created. The groups are returned in sorted order, with the most recent appearing first.
Parameters
Query Parameters
select=name,typeComma-separated list of fields to include in the response. Field ID is always selected
Fields to filter results, separated by & and operator separated by :. Fields can be repeated to filter by multiple values
object
filter[type]=$eq:standard&filter[score]=$gt:60sort[name]=descFields to sort result, separated by &. Direction can be asc or desc
page=2Page number to retrieve
limit=10Number of item per page
Responses
200
object
object
object
object
Whether the group is standard or if the employees in the group are updated automatically according to a set of rules.
The computed score of all targets in the group. Null if the no campaign is completed.
The identity directory provider with whom the group is sync. Null if the group is not synchronized.
400
Bad request
object
401
Unauthorized
object
408
Request timeout
object
429
Too many requests
object
500
Internal server error