REST Resource: accountPermissions

Resource: AccountPermission

AccountPermissions contains information about a particular account permission. Some features of Campaign Manager require an account permission to be present in the account.

JSON representation
{
  "id": string,
  "name": string,
  "permissionGroupId": string,
  "level": enum (Level),
  "accountProfiles": [
    enum (AccountProfiles)
  ],
  "kind": string
}
Fields
id

string (int64 format)

ID of this account permission.

name

string

Name of this account permission.

permissionGroupId

string (int64 format)

Permission group of this account permission.

level

enum (Level)

Administrative level required to enable this account permission.

accountProfiles[]

enum (AccountProfiles)

Account profiles associated with this account permission.

Possible values are:

  • "

    ACCOUNT_PROFILE_BASIC

    "

  • "

    ACCOUNT_PROFILE_STANDARD

    "

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#accountPermission"

.

Level

Enums
USER
ADMINISTRATOR

AccountProfiles

Enums
ACCOUNT_PROFILE_BASIC
ACCOUNT_PROFILE_STANDARD

Methods

get

Gets one account permission by ID.

list

Retrieves the list of account permissions.