Retrieve User Assigned With Tracking Code By Company Code, Tracking Code and User ID
- 06 Jan 2026
- 1 Minute to read
- Print
- DarkLight
Retrieve User Assigned With Tracking Code By Company Code, Tracking Code and User ID
- Updated on 06 Jan 2026
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Get
/po-rest-api/rest/1/poUserIdCrossRef
Retrieve User Assigned With Tracking Code By Company Code, Tracking Code and User ID:
This endpoint retrieves users assigned tracking codes with the option to filter and optimize the request performance using the following parameters:
Finder Name:
PoUserIdCrossRefFinder
Request Parameters:
CompCode (query parameter) -Company Code
UserID (query parameter) - User ID
TrackingCode (query parameter) -Tracking Code
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
Query parameters
limit
integer
Example25
offset
integer
Example0
totalResults
boolean
Exampletrue
finder
string
ExamplePoUserIdCrossRefFinder; CompCode=ZZ,UserID=,TrackingCode=ADAM1
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourcecollection+json
"{\n \"items\": [\n {\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 }\n ],\n \"totalResults\": 1,\n \"count\": 1,\n \"hasMore\": false,\n \"limit\": 25,\n \"offset\": 0,\n \"links\": [\n {\n \"rel\": \"self\",\n \"href\": \"http://127.0.0.1:7101/po-rest-api/rest/1/poUserIdCrossRef\",\n \"name\": \"poUserIdCrossRef\",\n \"kind\": \"collection\"\n }\n ]\n}"string