[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["Creates a schema for a Google Workspace account using an HTTP POST request."],["Requires providing the customer ID in the URL and a Schema object in the request body."],["Upon successful execution, returns the newly created Schema object."],["Needs authorization with the `https://www.googleapis.com/auth/admin.directory.userschema` scope."]]],["This content outlines how to create a schema using an HTTP POST request to the Google Admin Directory API. The request is sent to `https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/schemas`, where `customerId` is the immutable ID of the Google Workspace account. The request body must contain a `Schema` instance. A successful response returns the newly created `Schema` instance. Authorization requires the `https://www.googleapis.com/auth/admin.directory.userschema` OAuth scope.\n"]]