PUT
/
public
/
v1
/
user-service
/
advertiser-users
curl --request PUT \
  --url https://api.topsort.com/public/v1/user-service/advertiser-users \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "vendorIds": [
    "<string>"
  ]
}'
This response has no body data.

Body

application/json
email
string
required

The email address of the vendor user

Maximum length: 255
vendorIds
string[]
required