Skip to main content
PUT
/
public
/
v1
/
user-service
/
advertiser-users
Update User
curl --request PUT \
  --url https://api.topsort.com/public/v1/user-service/advertiser-users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "vendorIds": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Body

application/json
email
string
required

The email address of the vendor user

Maximum string length: 255
vendorIds
string[]
required
Required array length: 1 - 1000 elements

Response

Successful Response