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 does not have an example.
Update a user vendor access. This will substitute accesses, so vendor ids not present in the update will be removed.
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 does not have an example.
Successful Response