Resend NGC invitations to pending attendees of a training event.

View as Markdown
Ask NGC to resend the external user group invitation email to one or more attendees whose invitation is still pending (e.g. missed or lost the original email). Attendees who have already confirmed their invitation are rejected. Does not modify the training's attendees list or any existing workbench simulations. Use the `external-user-group` action to see which attendees are still pending before calling this. **Required roles (all):** `air_instructor`, `air_org_admin`, `user_admin` **Additional permissions:** - Only the instructor who created this training may perform this action. - The client must have the NCA 'Administrator' role set in the NCA account associated with the NGC Organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
A UUID string identifying this training.

Request

This endpoint expects an object.
attendeeslist of stringsOptional
List of attendee email addresses

Response

No response body

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error