Skip to main content
POST
/
invite
cURL
curl --request POST \
  --url https://api.example.com/invite \
  --header 'Content-Type: application/json' \
  --data '
{
  "policyId": "<string>",
  "customerId": "<string>",
  "role": "<string>",
  "branchId": "<string>",
  "email": "<string>"
}
'
{}

Body

application/json
policyId
string
required

Policy id

customerId
string
required

Customer id

role
string
required

Role for the invitation

branchId
string

Branch id

email
string

Email address

Response

The response is of type object.