Skip to main content
POST
Resend Workspace Invite

Resend Workspace Invite

Send the invitation email again to a pending workspace invite.

Authentication & Scope

Requires workspace-users-write ability and admin privileges in the workspace.

Request

Path Parameters

Request body is empty.

Response

200 OK – Confirmation message.
Possible errors:
  • Invite not found for this workspace.
  • Invite already accepted.
Both are returned with status 400 (wrapped in the errors format). 403 Forbidden – Token lacks workspace-users-write or insufficient privileges.

Authorizations

Authorization
string
header
required

Personal Access Token

Path Parameters

workspaceId
string
required
inviteId
string
required

Response

Invite resent

message
string
Example:

"Invite email resent successfully."