Stay organized with collections
Save and categorize content based on your preferences.
Creates a device. Only company-owned device may be created.
Note: This method is available only to customers who have one of the following SKUs: Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity Premium
HTTP request
POST https://cloudidentity.googleapis.com/v1/devices
Optional. Resource name of the customer. If you're using this API for your own organization, use customers/my_customer If you're using this API to manage another organization, use customers/{customer}, where customer is the customer to whom the device belongs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThis method facilitates the creation of company-owned devices exclusively.\u003c/p\u003e\n"],["\u003cp\u003eDevice creation is restricted to customers with Enterprise Standard, Enterprise Plus, Enterprise for Education, or Cloud Identity Premium SKUs.\u003c/p\u003e\n"],["\u003cp\u003eThe process utilizes a POST request to \u003ccode\u003ehttps://cloudidentity.googleapis.com/v1/devices\u003c/code\u003e via gRPC Transcoding.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires either the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-identity.devices\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-identity\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain an instance of Device and it will return a newly created instance of Operation.\u003c/p\u003e\n"]]],[],null,["# Method: devices.create\n\nCreates a device. Only company-owned device may be created.\n\n**Note**: This method is available only to customers who have one of the following SKUs: Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity Premium\n\n### HTTP request\n\n`POST https://cloudidentity.googleapis.com/v1/devices`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Device](/identity/docs/reference/rest/v1/devices#Device).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Operation](/identity/docs/reference/rest/Shared.Types/Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.devices`\n- `https://www.googleapis.com/auth/cloud-identity`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]