[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-01-14 (世界標準時間)。"],[[["Enables the creation of multiple access bindings for an account or property within a single request."],["Employs a transactional approach, ensuring that either all specified access bindings are created or none are."],["Requires the `https://www.googleapis.com/auth/analytics.manage.users` OAuth scope for authorization."],["Allows for specifying up to 1000 access bindings in a single batch creation request."],["Provides a structured response indicating the outcome of the batch creation operation."]]],["This describes how to use a `POST` request to the endpoint `https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/accessBindings:batchCreate` to create multiple access bindings for an account or property. The `parent` path parameter specifies the account or property. The request body, in JSON format, includes an array of `CreateAccessBindingRequest` objects, each containing the `parent` and the `accessBinding` details. Up to 1000 access bindings can be created at once. Successful responses return `BatchCreateAccessBindingsResponse`, and this process requires the `analytics.manage.users` authorization scope.\n"]]