A user belonging to an Advertiser account.
Name | Type | Description |
---|---|---|
access | Array | An array of permissions that the Advertiser User has. This array contains a value "Advertiser" that grants base Advertiser permissions. Other possible permissions are: "Advertiser.account_management" (Ability to manage account), "Advertiser.offer_management" (Ability to manage offers (limited)), "Advertiser.stats" (Ability to view stats, graphs, and reports), "Advertiser.user_management" (Ability to manage account users). |
advertiser_id | Integer | The ID of the Advertiser this User belongs to |
cell_phone | Nullable String | The Advertiser User's cell phone |
String | The Advertiser User's email address | |
first_name | Nullable String | The Advertiser User's first name |
id | Integer | A unique, auto-generated ID for the Advertiser User This parameter is non-writable |
join_date | Datetime | The date the Advertiser User was created |
last_login | Nullable Datetime | The last time the Advertiser User logged into the application |
last_name | Nullable String | The Advertiser User's last name |
modified | Datetime | The last time the Advertiser User account was updated |
password | String | The Advertiser User's password |
password_confirmation | String | Provided on creation and must match the provided "password" field |
permissions | Integer | The Advertiser User's permissions stored as a bitmask. See the "access" field for readable permission names. This should not be set or updated directly; instead, the AdvertiserUser::grantAccess and AdvertiserUser::removeAccess API functions should be used to grant to, and revoke permissions from, Advertiser Users. |
phone | Nullable String | The Advertiser User's phone number |
status | String | The Advertiser User statusShow Supported Values |
title | Nullable String | The Advertiser User's title |
wants_alerts | Boolean | DEPRECATED. This field should be ignored. |