v1
latestOpenAPI 3.1.02026-07-224239180.9 KBInterview Module
Update an interview module member
Partially updates a member's training requirements, status, pause state, timestamps, and weekly limit. Changes to required counts can advance training through the module's configured approval rules; setting training_status to TRAINED marks the member trained directly.
patch/v1/interview-modules/{moduleId}/members/{memberId}
Path parameters
moduleIdstring required
an interview module ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
Example:mod_a1b2c3d4e5f64789a1b2c3d4e5f64789
memberIdstring required
an employee ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
Example:emp_a1b2c3d4e5f64789a1b2c3d4e5f64789
Request body
Example request
{
"shadows_required": 2,
"reverse_shadows_required": 1,
"weekly_interview_limit_override": 4
}Response
Success
Example response
{
"employee": {
"id": "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}
}