Retrieve User Roles By VUUID
  • 01 Oct 2025
  • 1 Minute to read
  • Dark
    Light

Retrieve User Roles By VUUID

  • Dark
    Light

Article summary

Get
/sys-rest-api/rest/1/sduserroles/3A0D2E2705CA51D5E0630B811DAC895F

Retrieve User Roles By VUUID:
This endpoint retrieves user role information by VUUID.

Response Body:
The response will contain the details of the user role in the JSON format. Here is an example of the response body:

{
    "UroleCode": "",
    "UroleName": "",
    "UroleUser": "",
    "UroleVUuid": "",
    "UroleCreateDate": "",
    "links": [
        {
            "rel": "",
            "href": "",
            "name": "",
            "kind": ""
        }
    ]
}

Security
HTTP
Type basic

Basic authentication

Responses
200

OK

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "UroleCode": "MASTER",
  "UroleName": "Master of Everything",
  "UroleUser": "ADAM1",
  "UroleVUuid": "3A0D2E2705CA51D5E0630B811DAC895F",
  "UroleCreateDate": "2025-07-16T13:50:48Z",
  "links": [
    {
      "rel": "self",
      "href": "http://localhost:7101/sys-rest-api/rest/1/sduserroles/3A0D2E2705CA51D5E0630B811DAC895F",
      "name": "sduserroles",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://localhost:7101/sys-rest-api/rest/1/sduserroles/3A0D2E2705CA51D5E0630B811DAC895F",
      "name": "sduserroles",
      "kind": "item"
    }
  ]
}
object