v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Advertiser Users

List Advertiser Users by Advertiser

get/networks/advertisers/{advertiserId}/users

Path parameters

advertiserIdinteger required

The ID of the advertiser whose users 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

Example response

{
  "users": [
    {
      "relationship": {
        "customization": {
          "time_created": 1734455015,
          "time_saved": 1734455015
        }
      },
      "time_created": 1734455015,
      "time_saved": 1734455015
    }
  ]
}