Training

Send training completion email with certificate

Send training completion email with certificate in Betayum. 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"
}

Changes

Changed in 1 of the 51 revisions of this API.12

    • deleted the header request parameter x-internal-token

      request-parameter-removed

    • the endpoint scheme security apikey was added to the API

      api-security-added

    • the request property organizationId became optional

      request-property-became-optional

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog