Create a New company Access
- 01 Oct 2025
- 1 Minute to read
- Print
- DarkLight
Create a New company Access
- Updated on 01 Oct 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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
{
"CompsecCompCode": "",
"CompsecCompName": null,
"CompsecUser": "",
"CompsecVUuid": "",
"links": [
{
"rel": "",
"href":"",
"name":"",
"kind":""
}
]
}
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "CompsecCompCode": "", "CompsecUser": "" }
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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