Retrieve Company Access By VUUID
- 01 Oct 2025
- 1 Minute to read
- Print
- DarkLight
Retrieve Company Access By VUUID
- Updated on 01 Oct 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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:
{
"CompsecCompCode": "",
"CompsecCompName": "",
"CompsecUser": "",
"CompsecVUuid": "",
"links": [
{
"rel": "",
"href": "",
"name": "",
"kind": ""
}
]
}
Security
HTTP
Type basic
Basic authentication
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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