v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Advertiser Users

Update Advertiser User

put/networks/advertisers/{advertiserId}/users/{userId}

Path parameters

advertiserIdinteger required

The ID of the advertiser whose user you want to update.

userIdinteger required

The ID of the user you want to update.

Request body

first_namestring required

The advertiser user's first name.

last_namestring required

The advertiser user's last name.

emailstring required

The advertiser user's email. Must be unique among all advertiser users. Used to log in the platform.

titlestring

The advertiser user's title.

work_phonestring

The advertiser user's work phone number.

cell_phonestring

The advertiser user's cell phone number.

instant_messaging_idinteger

The ID of an instant messaging platform. Values are 0 for None, 1 for Skype, 2 for Yahoo Messenger, 3 for Telegram, 4 for WhatsApp, 5 for Other.

instant_messaging_identifierstring

The advertiser user's instant messaging identifier. Required when an instant_messaging_id is selected.

language_idinteger required

The advertiser user's language ID. This is limited to the value 1 (English).

timezone_idinteger required

The advertiser user's timezone ID. Can be found using the metadata API.

currency_idstring required

The advertiser user's currency ID. Can be found using the metadata API.

account_status'active' | 'inactive' | 'suspended' required

The advertiser user's account status.

Response

network_advertiser_user_idinteger

Unique advertiser user ID.

network_idinteger

The network ID this user belongs to.

network_advertiser_idinteger

The advertiser ID this user belongs to.

first_namestring

The advertiser user's first name.

last_namestring

The advertiser user's last name.

emailstring

The advertiser user's email address.

titlestring

The advertiser user's title.

account_status'active' | 'inactive' | 'suspended'

The advertiser user's account status.

work_phonestring

The advertiser user's work phone number.

cell_phonestring

The advertiser user's cell phone number.

instant_messaging_idinteger

The ID of an instant messaging platform. Values are 0 for None, 1 for Skype, 2 for Yahoo Messenger, 3 for Telegram, 4 for WhatsApp, 5 for Other.

instant_messaging_identifierstring

The advertiser user's instant messaging identifier.

language_idinteger

The advertiser user's language ID.

timezone_idinteger

The advertiser user's timezone ID.

currency_idstring

The advertiser user's currency ID (ISO currency code).

time_createdinteger

Unix timestamp of creation.

time_savedinteger

Unix timestamp of last update.

Example response

{
  "relationship": {
    "customization": {
      "time_created": 1734455015,
      "time_saved": 1734455015
    }
  },
  "time_created": 1734455015,
  "time_saved": 1734455015
}