Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Prefix the value with "ApiKey" to indicate the custom authorization type

Path Parameters

personId
string<uuid>
required

Body

application/json

Request body for triggering an admin email action to a person

emailType
enum<string>
required

The type of email action to trigger. RESEND_ACTIVATION: resend activation email to an INVITED person. RESEND_OFFBOARDING: resend the arrange-return email to a person in OFFBOARDING status. SEND_PLATFORM_INVITE: send a platform access invite to an ACTIVE person without a platform account.

Available options:
RESEND_ACTIVATION,
RESEND_OFFBOARDING,
SEND_PLATFORM_INVITE

Response

Email sent successfully