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 2024-09-17 UTC."],[[["This method facilitates the creation of company-owned devices exclusively."],["Device creation is restricted to customers with Enterprise Standard, Enterprise Plus, Enterprise for Education, or Cloud Identity Premium SKUs."],["The process utilizes a POST request to `https://cloudidentity.googleapis.com/v1/devices` via gRPC Transcoding."],["Authorization requires either the `https://www.googleapis.com/auth/cloud-identity.devices` or `https://www.googleapis.com/auth/cloud-identity` OAuth scope."],["The request body should contain an instance of Device and it will return a newly created instance of Operation."]]],[]]