abstract type UserAction (v202408)
Represents the actions that can be performed on User objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The UserService enables actions on User objects within Google Ad Manager."],["User actions include activating and deactivating users, accessible via dedicated methods."],["These actions are represented by the UserAction and its inheritors, such as ActivateUsers and DeactivateUsers."],["UserService operations are performed within the specified namespace for version 202408 of the API."]]],["The `UserService` allows actions on `User` objects via `performUserAction()`. This utilizes the `UserAction` type, which includes specific actions like `ActivateUsers` and `DeactivateUsers`. These actions are part of the `https://www.google.com/apis/ads/publisher/v202408` namespace. `UserService` has dependencies that can be performed through the actions, like activating or deactivating a user.\n"]]