Skip to main content
POST
/
broker-invite
cURL
curl --request POST \
  --url https://api.example.com/broker-invite \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "brokerageFirmId": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "brokerRole": "<string>"
}
'
{}

Body

application/json
email
string
required

Email address to invite

brokerageFirmId
string
required

Brokerage firm id

firstName
string
required

First name

lastName
string
required

Last name

brokerRole
string

Broker role

Response

The response is of type object.