Перейти к основному содержимому

Resend Invitation By Invitation

POST 

/api/v1/users/invitations/:invitation_id/resend

Re-send the invitation email for a row in the Pending Invitations list.

Looks up the matching user by email and reuses the same email shape as POST /users/{id}/resend-invitation. Falls back to a generic invite when no user row exists yet (shouldn't normally happen, but keeps the action safe for SSO-only deployments).

Request

Responses

Successful Response