Resend / cancel admin user invitation

This endpoint will allow the user to: - Resend an admin user invitation - Cancel an admin user invitation

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

actionenumRequired

Action to be performed (cancel / resend)

Allowed values:
emailstringRequired
Email address of the recipient

Response

Response of the action performed
messagestring or null
Action success message

Errors