Resend Invite notification
https://api.xata.io/workspaces/workspace_id/invites/invite_id/resend
Resend the notification for a previously generated Invite.
Expected parameters
Name | Description | In | Required | Schema |
---|---|---|---|---|
workspace_id | Workspace ID | path | ✅ | string |
invite_id | Invite identifier | path | ✅ | string |
Resend Invite Notification
POSThttps://api.xata.io/workspaces/workspace_id/invites/invite_id/resend
This operation provides a way to resend an Invite notification. Invite notifications can only be sent for Invites not yet accepted.
Responses
type ResendWorkspaceMemberInvite = void;
type ResendWorkspaceMemberInvite = {
id?: string;
message: string;
};
{
"message": "invalid API key"
}
{
"message": "invalid API key"
}
type ResendWorkspaceMemberInvite = {
id?: string;
message: string;
};
type ResendWorkspaceMemberInvite = void;