Retrieve User Assigned With Tracking Code By VUUID
  • 06 Jan 2026
  • 1 Minute to read
  • Dark
    Light

Retrieve User Assigned With Tracking Code By VUUID

  • Dark
    Light

Article summary

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:

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


Security
HTTP
Type basic

Basic authentication

Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
"{\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