Requires workspace-users-write
. Resend the invitation email for a pending invite.
Send the invitation email again to a pending workspace invite.
Requires workspace-users-write
ability and admin privileges in the workspace.
Parameter | Type | Description |
---|---|---|
workspaceId | number | ID of the workspace. |
inviteId | number | ID of the invite to resend. |
Request body is empty.
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.
Personal Access Token
Invite resent
The response is of type object
.