Invite user to workspace
Creates or refreshes a pending workspace invitation for an email address. This endpoint can be called by a session member or a workspace-scoped API key with write access.
/api/v1/experimental/workspaces/{workspaceHandle}/invitationsCreates or refreshes a pending workspace invitation for an email address. This endpoint can be called by a session member or a workspace-scoped API key with write access.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
Create workspace user POST
Creates a user and adds them to the workspace. This endpoint can be called by a session member or a workspace-scoped API key with write access.
Delete workspace API key DELETE
Deletes an API key owned by the authenticated user and scoped to the workspace. This endpoint requires a signed-in session and does not accept API keys.