Skip to main content
POST
/
v1
/
customers
/
{id}
/
teams
Invite team member
curl --request POST \
  --url https://api.example.com/v1/customers/{id}/teams \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "role": "<string>"
}
'

Path Parameters

id
string<uuid>
required

Body

application/json
email
string<email>
role
string

Response

200

Team member invited successfully