POST
/
api
/
v1
/
workspace
/
invites
Create Invite
curl --request POST \
  --url https://api.example.com/api/v1/workspace/invites \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "role": "member"
}
'
{}

Body

application/json
email
string
required
role
string
default:member

Response

Successful Response

The response is of type Response Create Invite Api V1 Workspace Invites Post · object.