List employees in a group

Returns a list of employees in a group with their policies and enrolments. The employees are returned sorted by addition date, with the most recently added employees appearing first.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path Parameters

group_idstringRequiredformat: "gr_.+"

Query Parameters

employee_idstringOptionalformat: "ee_.+"
pageintegerOptional
page_sizeintegerOptional

Response

OK
itemslist of objects
A paginated array containing the response elements
pageinteger
The current page of the results
page_sizeinteger
The number of results on this page. This can be different from the requested page size if the total number of results is less than the requested page size
total_countinteger
The total number of elements available in the response. This is the total number of elements available across all pages, not just the current page.
has_next_pageboolean or null
Whether there are more pages available after this page
has_previous_pageboolean or null
Whether there are more pages available before this page