Users

Get user details

get

Update user info

put

Delete user

delete

Resend Invite notification

https://api.xata.io/workspaces/workspace_id/invites/invite_id/resend

Resend the notification for a previously generated Invite.

Expected parameters

NameDescriptionInRequiredSchema
workspace_id

Workspace ID

path✅string
invite_id

Invite identifier

path✅string

Resend Invite Notification

POST
https://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