Method: platforms.accounts.create
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-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[[["Creates a sub-account within a specified platform using an HTTP POST request."],["Requires providing the parent platform's ID in the URL and an Account object in the request body."],["Returns the newly created Account object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/adsense` scope."]]],["This document details how to create a sub-account using a `POST` request to the specified URL. The required path parameter `parent` defines the platform. The request body must include an `Account` instance, and a successful response returns a newly created `Account` instance. The process necessitates the `https://www.googleapis.com/auth/adsense` OAuth scope for authorization. The URL uses gRPC Transcoding syntax.\n"]]