Saltar al contenido principal
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>"
    }
  ]
}

Autorizaciones

Authorization
string
header
requerido

A valid API key generated in Topsort's UI.

Cuerpo

application/json
email
string
requerido

The email address of the vendor user

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

Respuesta

Successful Response