Required.Resource nameof the Device in format:devices/{device}/deviceUsers/{deviceUser}, where device is the unique ID assigned to the Device, and deviceUser is the unique ID assigned to the User.
Query parameters
Parameters
customer
string
Optional.Resource nameof the customer. If you're using this API for your own organization, usecustomers/my_customerIf you're using this API to manage another organization, usecustomers/{customer}, where customer is the customer to whom the device belongs.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance ofDeviceUser.
[[["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 webpage documents the API endpoint for retrieving a specific DeviceUser resource using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires the \u003ccode\u003ename\u003c/code\u003e path parameter to identify the target DeviceUser using the format \u003ccode\u003edevices/{device}/deviceUsers/{deviceUser}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003ecustomer\u003c/code\u003e query parameter can be used to specify the customer associated with the device, either \u003ccode\u003ecustomers/my_customer\u003c/code\u003e for your own organization or \u003ccode\u003ecustomers/{customer}\u003c/code\u003e for another.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response returns a DeviceUser resource object.\u003c/p\u003e\n"],["\u003cp\u003eThe retrieval of the DeviceUser endpoint requires one of three OAuth authorization scopes: \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-identity.devices.readonly\u003c/code\u003e, \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-identity.devices\u003c/code\u003e, or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-identity\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: devices.deviceUsers.get\n\nRetrieves the specified DeviceUser\n\n### HTTP request\n\n`GET https://cloudidentity.googleapis.com/v1/{name=devices/*/deviceUsers/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [DeviceUser](/identity/docs/reference/rest/v1/devices.deviceUsers#DeviceUser).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.devices.readonly`\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)."]]