Set totruein order to use the user's admin privileges. The server will verify the user is an admin before allowing access.
languageCode
string
The BCP-47 language code to use for evaluating localized field labels in response. When not specified, values in the default configured language will be used.
[[["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 2025-08-04 UTC."],[],[],null,["# Method: labels.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a label. For more information, see [Create and publish a label](https://developers.google.com/workspace/drive/labels/guides/create-label).\n\n### HTTP request\n\n`POST https://drivelabels.googleapis.com/v2/labels`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `useAdminAccess` | `boolean` Set to `true` in order to use the user's admin privileges. The server will verify the user is an admin before allowing access. |\n| `languageCode` | `string` The BCP-47 language code to use for evaluating localized field labels in response. When not specified, values in the default configured language will be used. |\n\n### Request body\n\nThe request body contains an instance of [Label](/workspace/drive/labels/reference/rest/v2/labels#Label).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Label](/workspace/drive/labels/reference/rest/v2/labels#Label).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/drive.labels`\n- `\n https://www.googleapis.com/auth/drive.admin.labels`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]