Resend an invitation by membership id
POST/members/:member_id/resend
Re-sends the invitation email for a member who has not yet accepted.
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 membership, or it has already been accepted
The platform identity service is unavailable or the organization is not provisioned