Skip to main content
POST
Invite a user to a workspace

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

uuid
string<uuid>
required

UUID of the workspace

Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json
email
string<email>
Example:

"john.doe@example.com"

Response

User invited

success
boolean
Example:

true

message
string
Example:

"An invite link has been sent to john.doe@example.com"

data
object