---
title: "Retrieve User Roles By VUUID"
slug: "retrieve-user-roles-by-vuuid"
updated: 2026-05-26T12:48:31Z
published: 2026-05-26T12:48:45Z
canonical: "developers.cmicglobal.com/retrieve-user-roles-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 Roles By VUUID

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:

```json
{
    "UroleCode": "",
    "UroleName": "",
    "UroleUser": "",
    "UroleVUuid": "",
    "UroleCreateDate": "",
    "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='12b8197e-ec5a-4a57-b5ea-ed250b35420d'>application/json</option>
</select>

```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
