--- title: "Retrieve Purchase Order Roles for User by VUUID" slug: "retrieve-purchase-order-roles-for-user-by-vuuid" updated: 2026-07-30T19:26:47Z published: 2026-07-30T19:26:47Z canonical: "developers.cmicglobal.com/retrieve-purchase-order-roles-for-user-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 Purchase Order Roles for User by VUUID Get/po-rest-api/rest/1/poRoles/3C303D36645F67D8E0630B811DAC0E46 **Retrieve Purchase Order Roles for User by VUUID:** This endpoint retrieves the purchase order roles assigned to a user by VUUID. **Response Body:** The response will contain the details of purchase order roles assigned to a user in the JSON format. Here is an example of the response body: ```json { "items": [ { "PorlCompCode": "", "PorlUserID": "", "PorlUserName": "", "PorlRequesterFlag": "", "PorlBuyerFlag": "", "PorlReceiverFlag": "", "PorlDescription": null, "PorlVUuid": "", "links": [ { "rel": "", "href": "", "name": "", "kind": "" } ] } ] } ``` SecurityHTTPType basic Basic authentication Responses200 OK HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json ``` "{\n \"PorlCompCode\": \"ZZ\",\n \"PorlUserID\": \"IBRAHIM0033\",\n \"PorlUserName\": \"IBRAHIM002\",\n \"PorlRequesterFlag\": \"Y\",\n \"PorlBuyerFlag\": \"Y\",\n \"PorlReceiverFlag\": \"N\",\n \"PorlDescription\": null,\n \"PorlVUuid\": \"3C303D36645F67D8E0630B811DAC0E46\",\n \"links\": [\n {\n \"rel\": \"self\",\n \"href\": \"http://127.0.0.1:7101/po-rest-api/rest/1/poRoles/3C303D36645F67D8E0630B811DAC0E46\",\n \"name\": \"poRoles\",\n \"kind\": \"item\"\n },\n {\n \"rel\": \"canonical\",\n \"href\": \"http://127.0.0.1:7101/po-rest-api/rest/1/poRoles/3C303D36645F67D8E0630B811DAC0E46\",\n \"name\": \"poRoles\",\n \"kind\": \"item\"\n }\n ]\n}" ``` string