---
title: "Retrieve Company Access By VUUID"
slug: "retrieve-company-access-by-vuuid"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/retrieve-company-access-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 Company Access By VUUID

Get/sys-rest-api/rest/1/sdcompanyaccess/37C75EA120B6BB82E0630B811DACFF10

**Get Company Access By VUUID** This endpoint retrieves users' company access information by VUUID.

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

```json
{
"CompsecCompCode": "",
"CompsecCompName": "",
"CompsecUser": "",
"CompsecVUuid": "",
"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='cd7baa2e-2097-431a-bdd8-c2edb8c17f1c'>application/json</option>
</select>

```json
{
  "CompsecCompCode": "AL1",
  "CompsecCompName": "Andy's Company 1",
  "CompsecUser": "IBRAHIM",
  "CompsecVUuid": "37C75EA120B6BB82E0630B811DACFF10",
  "links": [
    {
      "rel": "self",
      "href": "http://localhost:7101/sys-rest-api/rest/1/sdcompanyaccess/37C75EA120B6BB82E0630B811DACFF10",
      "name": "sdcompanyaccess",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://localhost:7101/sys-rest-api/rest/1/sdcompanyaccess/37C75EA120B6BB82E0630B811DACFF10",
      "name": "sdcompanyaccess",
      "kind": "item"
    }
  ]
}
```

object
