---
title: "Retrieve User Assigned With Tracking Code By VUUID"
slug: "retrieve-user-assigned-with-tracking-code-by-vuuid"
updated: 2026-05-26T12:48:31Z
published: 2026-05-26T12:48:45Z
canonical: "developers.cmicglobal.com/retrieve-user-assigned-with-tracking-code-by-vuuid"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve User Assigned With Tracking Code By VUUID

Get/po-rest-api/rest/1/poUserIdCrossRef/3BA1AEAA4350D908E0630B811DAC82FD

**Retrieve User Roles By VUUID:** This endpoint retrieves users assigned tracking codes by VUUID.

**Response Body:** The response will contain the details of users assigned tracking codes in the JSON format. Here is an example of the response body:

```json
{
    "items": [
        {
            "EmpCompCode": "",
            "EmpTrackingCode": "",
            "EmpUserName": "",
            "EmpUserID": "",
            "EmpAccessCode": "*******************",
            "EmpConfirmAccessCode": "*******************",
            "EmpMandatoryApprover": "",
            "EmpVUuid": "",
            "links": [
                {
                    "rel": "",
                    "href": "",
                    "name": "",
                    "kind": ""
                }
            ]
        }
    ]
}
```

SecurityHTTPType basic

Basic authentication

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='09133af5-690d-4939-bd90-d07431add42a'>text/plain</option>
</select>

```
"{\n    \"EmpCompCode\": \"ZZ\",\n    \"EmpTrackingCode\": \"Adam1\",\n    \"EmpUserName\": \"Adam\",\n    \"EmpUserID\": \"Adam1\",\n    \"EmpAccessCode\": \" *******************\",\n    \"EmpConfirmAccessCode\": \" *******************\",\n    \"EmpMandatoryApprover\": \"N\",\n    \"EmpVUuid\": \"3B5493A2CFC3991AE0630B811DAC0102\",\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://127.0.0.1:7101/po-rest-api/rest/1/poUserIdCrossRef/3B5493A2CFC3991AE0630B811DAC0102\",\n            \"name\": \"poUserIdCrossRef\",\n            \"kind\": \"item\"\n        },\n        {\n            \"rel\": \"canonical\",\n            \"href\": \"http://127.0.0.1:7101/po-rest-api/rest/1/poUserIdCrossRef/3B5493A2CFC3991AE0630B811DAC0102\",\n            \"name\": \"poUserIdCrossRef\",\n            \"kind\": \"item\"\n        }\n    ]\n}"
```

string
