Add a member to an interview module
Adds one employee as a member of an interview module with optional initial training status and per-member requirements. When supplied, the member weekly-limit override uses null to mean unlimited. The response returns the new membership and calculated training progress.
Authorizations
API tokens are passed as Bearer tokens.
Path Parameters
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.
^(?:mod_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$"mod_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Body
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.
^(?:emp_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$"emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"
TRAINED, SHADOW, REVERSE_SHADOW 0 <= x <= 200 <= x <= 20Maximum interviews per week; null means unlimited.
1 <= x <= 10Response
Success
TRAINED, SHADOW, REVERSE_SHADOW TRAINED, SHADOW, REVERSE_SHADOW ISO 8601 timestamp.
ISO 8601 timestamp.
ISO 8601 timestamp.
x >= 0Member-specific maximum interviews per week; null means unlimited.
0 <= x <= 100