Add an employee to a group
Adds an existing employee to a group. The employee must belong to the same employer as the group. If there is a group_policy associated with the group, a corresponding enrolment_intent will be created for the employee.
Authentication
AuthorizationBearer
Authorization header using the Bearer scheme
Path Parameters
group_id
Headers
Idempotency-Key
Unique key to ensure idempotent requests. If the same key is used for multiple identical & successful requests, the same response will be returned. Read more here
Request
This endpoint expects an object.
employee_id
Employee Id
policy_configuration
Policy configuration for the employee in this group. Leave null to use group defaults.
Response
OK
id
Unique identifier for the employee.
policies
List of policies associated with the employee in this group.
enrolments
List of enrolments associated with the employee in this group.
desired_policy_start_date

