POST
/
public
/
v1
/
user-service
/
advertiser-users
curl --request POST \
  --url https://api.topsort.com/public/v1/user-service/advertiser-users \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "familyName": "",
  "givenName": "",
  "languagePreference": "en",
  "vendorIds": [
    "<string>"
  ]
}'
{
  "email": "<string>",
  "familyName": "",
  "givenName": "",
  "languagePreference": "en",
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "vendorIds": [
    "<string>"
  ]
}

Body

application/json

Response

201
application/json
Successful Response

The response is of type object.