Workspace Users
Resend Workspace Invite
Requires workspace-users-write
. Resend the invitation email for a pending invite.
POST
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
Parameter | Type | Description |
---|---|---|
workspaceId | number | ID of the workspace. |
inviteId | number | ID of the invite to resend. |
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
Personal Access Token
Response
200
application/json
Invite resent
The response is of type object
.