Attributes


Id string

Unique identifier for the account user.


FirstName string

First name of the account user.


LastName string

Last name of the account user.


Username string

Username of the account user.


State enum

The account state of the user.

Possible enum values
ACTIVEUser is currently active and can access the solution provider (fka agency) account.
PENDINGUser has accepted an invitation but is pending approval from an account administrator.
INVITEDUser has been invited and needs to accept the invitation sent to their email account.

Language string

The account language preference of the user.


AccessRights array

An object containing the roles and associated permissions the user has. Each permission value is associated with a specific role—if a user has that permission, that role will be listed.

View child attributes…

Role string

Lists the role associated with the permissions the user has.


Permissions array

Lists the permissions the user has.

Possible enum values
MANAGE_DIRECTORY_INFOLegacy permission setting that permitted a user to manage directory information. Part of the Account Administration role.
RUN_USAGE_REPORTSPermits a user to run the _Admin_ reports found in Reports → All Reports. Part of the Account Administration and Agency Analyst roles.
MANAGE_ACCOUNT_INFOPermits the user to manage information about the account found in the General section in ⋮ → Settings. Part of the Account Administration role.
MANAGE_MASTER_TERMSPermits the user to limit how contracts are set up for an account. These settings can be found in the General section in ⋮ → Settings under Template Term Rules. Part of the Account Administration role.
VIEW_FINANCIALSPermits a user to view finance settings in the ⋮ → Finance menu. Part of the Finance and Billing role.
MANAGE_FINANCIAL_SETTINGSPermits a user to manage the finance settings in the ⋮ → Finance menu. Part of the Finance and Billing role.
RUN_FINANCIAL_TRANSACTION_REPORTSPermits a user to run the finanical reports available in the ⋮ → Finance menu. Part of the Finance and Billing role.
MANAGE_CLIENT_ACCOUNTThis permission allows the user to manage the account information of accounts signed to this solution provider. Part of the Account Manager role.
RUN_CLIENT_SPECIFIC_REPORTSThis permission allows the user to run account-specific reports for accounts signed to this solution provider. Part of the Account Manager role.
APPROVE_AND_MANAGE_CAMPAIGNSThis permission allows the user to approve and manage Brand (fka Advertisers) campaigns for accounts signed to this solution provider. Part of the Account Manager role.
APPROVE_AND_MANAGE_PARTNERSThis permission allows the user to approve and manage Partners (fka Media Partners) for accounts signed to this solution provider. Part of the Account Manager role.
RUN_AGENCY_REPORTSPermits a user to run reports found in Reports navigation menu. Part of the Agency Analyst role.
MANAGE_TECHNICAL_SETTINGSPermits the user to manage the settings found in the Technical section of ⋮ → Settings. Part of the Technical role.

JoinedDate datetime

Date and time the user joined the solution provider (fka Agency) account, expressed in ISO 8416 format.


DateLastUpdated datetime

Date and time the user's information was last updated, expressed in ISO 8416 format.


LastUpdatedBy string

The name of the account that last updated this user.


CreatedBy string

The name of the account that created the user.


Uri string

The direct URI to the user.

{
  "Id": "I-1234567",
  "FirstName": "Wile",
  "LastName": "Coyote",
  "Username": "WileECoyote",
  "State": "ACTIVE",
  "Language": "en_US",
  "AccessRights": [
    {
      "Role": "Account Administration",
      "Permissions": [
        "MANAGE_ACCOUNT_INFO",
        "MANAGE_DIRECTORY_INFO",
        "RUN_USAGE_REPORTS",
        "MANAGE_MASTER_TERMS"
      ]
    },
    {
      "Role": "Finance and Billing",
      "Permissions": [
        "MANAGE_FINANCIAL_SETTINGS",
        "VIEW_FINANCIALS",
        "RUN_FINANCIAL_TRANSACTION_REPORTS"
      ]
    },
    {
      "Role": "Account Manager",
      "Permissions": [
        "MANAGE_CLIENT_ACCOUNT",
        "RUN_CLIENT_SPECIFIC_REPORTS",
        "APPROVE_AND_MANAGE_CAMPAIGNS",
        "APPROVE_AND_MANAGE_PARTNERS"
      ]
    },
    {
      "Role": "Technical",
      "Permissions": [
        "MANAGE_TECHNICAL_SETTINGS"
      ]
    },
    {
      "Role": "Agency Analyst",
      "Permissions": [
        "RUN_USAGE_REPORTS",
        "RUN_AGENCY_REPORTS"
      ]
    }
  ],
  "JoinedDate": "2019-10-09T00:02:45-07:00",
  "DateLastUpdated": "2021-04-22T23:21:23-07:00",
  "LastUpdatedBy": "MissPiggy",
  "CreatedBy": "RoadRunner",
  "Uri": "/Agencies/<AccountSID>/Users/I-1234567"
}