A user account belonging to an Affiliate. Affiliate users can update their own details (except permissions). Other users in the Affiliate with the "Affiliate.user_management" can update user accounts.
Name | Type | Description |
---|---|---|
access | Array | An array of permissions for the Affiliate. This array contains a value "Affiliate" that grants base Affiliate permissions. Other possible permissions are: "Affiliate.stats" (Ability to view stats, graphs and reports), "Affiliate.offer_management" (Ability to manage offers), "Affiliate.user_management" (Ability to manage account users), "Affiliate.account_management" (Ability to manage the Affiliate account details), and "Affiliate.API" (Ability to request and use an Affiliate API V3 key). |
affiliate_id | Integer | The ID of the Affiliate in which this user account exists |
cell_phone | Nullable String | The user's cell phone number |
String | The user's email address. Used as login. | |
first_name | Nullable String | The user's first name |
id | String | ID of unique, auto-generated object for this user This parameter is non-writable |
join_date | Datetime | The date this user signed up |
last_login | Nullable Datetime | The last time this user logged in (NULL if the user never logged in) |
last_name | Nullable String | The user's last name |
modified | Nullable Datetime | The last time this user was modified. Note that in addition to updates to the user account, this is changed each time the user logs in. |
password | String | The user's password (provided on create) |
password_confirmation | String | Provided on creation and must match the provided "password" field |
permissions | Nullable Integer | DEPRECATED. This is an alternative (machine-friendly) form for displaying user permissions. The "access" field should be consulted instead. |
phone | Nullable String | The user's phone number |
status | String | The status of the user accountShow Supported Values |
title | Nullable String | The user's title |
wants_alerts | Boolean | DEPRECATED. This field should be ignored. |