v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Advertiser Users

Find Advertiser User by ID

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

Path parameters

advertiserIdinteger required

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

userIdinteger required

The ID of the user you want to fetch.

Query parameters

relationship'logins' | 'password_history' | 'api' | 'customizations'

Include additional relationships in the response. Multiple relationships can be supplied by repeating this query parameter. Supported values: logins (includes the user's list of logins), password_history (includes the user's password changes history), api (includes the user's API key and whitelisted IPs), customizations (includes the user's customizations).

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
}