v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Training

Send training completion email with certificate

Send training completion email with certificate in Comp AI. Record security awareness and HIPAA training completion status and generate completion certificates.

post/v1/training/send-completion-email

Request body

memberIdstring required

The member ID who completed training

organizationIdstring

Organization ID (deprecated — use auth context)

Example request

{
  "memberId": "mem_abc123",
  "organizationId": "org_abc123"
}

Response

Email sent or reason why it was not sent

sentboolean required

Whether the email was sent

reasonstring

Reason if email was not sent

Example response

{
  "sent": true,
  "reason": "training_not_complete"
}