AI-generated Key Takeaways
-
AccountPermissions provide access control to specific Campaign Manager features and require certain levels of administrative access.
-
AccountPermissions have properties like ID, name, permission group, required administrative level, associated account profiles, and a resource kind identifier.
-
AccountPermissionLevel defines the administrative access required for an AccountPermission, with options like "USER" and "ADMINISTRATOR".
-
The API provides methods to retrieve an AccountPermission by ID (
get
) and to list all available AccountPermissions (list
).
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 ( |
Fields | |
---|---|
id |
ID of this account permission. |
name |
Name of this account permission. |
permissionGroupId |
Permission group of this account permission. |
level |
Administrative level required to enable this account permission. |
accountProfiles[] |
Account profiles associated with this account permission.
|
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Gets one account permission by ID. |
|
Retrieves the list of account permissions. |