Resend a pending invitation
POST/invitations/:invitation_id/resend
Re-sends an invitation email addressed by invitation id. Use this for an invitation whose recipient has no platform account yet, and so has no membership id.
Requires the admin role.
Refuses API keys. This endpoint is reachable only by a signed-in
person; an API key receives 403 with the code
unauthorized_principal_kind.
Request
Responses
- 200
- 401
- 403
- 404
- 503
The invitation was re-sent
Not authenticated
An API key was presented (unauthorized_principal_kind), or the caller is not an admin
No such pending invitation in this organization
The platform identity service is unavailable or the organization is not provisioned