Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
AccessRole
Possible access role of a user.
Enums |
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ADMIN |
Owns its account and can control the addition of other users. |
STANDARD |
Can modify campaigns, but can't affect other users. |
READ_ONLY |
Can view campaigns and account changes, but cannot make edits. |
EMAIL_ONLY |
Role for "email only" access. Represents an email recipient rather than a true User entity. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-23 UTC.
[null,null,["Last updated 2024-04-23 UTC."],[[["There are five access roles that define a user's permissions within the system: `ADMIN`, `STANDARD`, `READ_ONLY`, `EMAIL_ONLY`, in addition to system defaults `UNSPECIFIED` and `UNKNOWN`."],["`ADMIN` users have the highest level of access, with control over the account and other users."],["`STANDARD` users can manage campaigns but cannot control other user's access."],["`READ_ONLY` users have view-only privileges for campaigns and account changes."],["`EMAIL_ONLY` signifies an email recipient, distinct from a standard user entity, with limited implied access."]]],[]]