---
title: "Create a New company Access"
slug: "create-a-new-company-access"
updated: 2026-05-26T12:48:31Z
published: 2026-05-26T12:48:45Z
canonical: "developers.cmicglobal.com/create-a-new-company-access"
---

> ## 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.

# Create a New company Access

Post/sys-rest-api/rest/1/sdcompanyaccess

**UI Location**: SYSTEM DATA - Security- Users- User Maintenance postman-to-openapi

**Body Parameters** The POST request creates a new company access based on the provided payload. The payload includes various fields, such as CompsecCompCode and CompsecUser, each representing different attributes of the company access.

**Request Body**

| Field | Description | Data Type | Required | Example Value |
| --- | --- | --- | --- | --- |
| CompsecCompCode | Company code to be assigned to the user | string | True | ZZ |
| CompsecUser | User ID | string | True | Adam |

**Sample Response Body**

```json
{
"CompsecCompCode": "",
"CompsecCompName": null,
"CompsecUser": "",
"CompsecVUuid": "",
"links": [
 {
"rel": "",
"href":"",
"name":"",
"kind":""
 }
         ]
}
```

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceItem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='c4a5b92e-6571-409f-add5-f292c4f0afbe'>application/json</option>
</select>object  Example{
  "CompsecCompCode": "",
  "CompsecUser": ""
}

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='d598842a-5f84-4993-bdbf-fc23549dd360'>application/json</option>
</select>

```json
{
  "CompsecCompCode": "CCC",
  "CompsecCompName": null,
  "CompsecUser": "IBRAHIM2",
  "CompsecVUuid": "3844D4BE2D8B5D6DE0630B811DACED2E",
  "links": [
    {
      "rel": "self",
      "href": "http://127.0.0.1:7101/sys-rest-api/rest/1/sdcompanyaccess/3844D4BE2D8B5D6DE0630B811DACED2E",
      "name": "sdcompanyaccess",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://127.0.0.1:7101/sys-rest-api/rest/1/sdcompanyaccess/3844D4BE2D8B5D6DE0630B811DACED2E",
      "name": "sdcompanyaccess",
      "kind": "item"
    }
  ]
}
```

object
