Enterprise Proxy Insert Enterprise Proxy User
Creates a new partner admin user.
Privileges required:
CREATE
PROXY_USER
Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/insertEnterpriseProxyUser
COPY
Request Body
new_enterprise_proxy_user
of type(s)
application/json
Required
This request body class requires all of the following:
Inlinenew_enterprise_proxy_user0
,
Inlinenew_enterprise_proxy_user1
{
"username": "string",
"domain": "string",
"firstName": "string",
"lastName": "string",
"password": "string",
"password2": "string",
"roleId": 0,
"isActive": false,
"isNative": false,
"disableSecondFactor": false,
"officePhone": "string",
"mobilePhone": "string",
"email": "string",
"sshUsername": "string",
"accessLevel": "string",
"userType": "string",
"enterpriseProxyId": 0
}
Responses
200
Request was successfully processed
Returns
enterprise_proxy_insert_enterprise_proxy_user_result
of type(s)
application/json
This response body class contains all of the following:
Inlineenterprise_proxy_insert_enterprise_proxy_user_result0
"enterprise_proxy_insert_enterprise_proxy_user_result Object"
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/portal/rest/enterpriseProxy/insertEnterpriseProxyUser
All Operations
POST
Secure Edge Access Mode
POST
Enterprise Proxy Delete Enterprise Proxy User
POST
Enterprise Proxy Get Enterprise Proxy User
POST
Enterprise Proxy Insert Enterprise Proxy User
POST
Enterprise Proxy Update Enterprise Proxy User
POST
Enterprise User Delete Enterprise User
POST
Enterprise User Get Enterprise User
POST
Enterprise User Update Enterprise User
POST
Operator User Delete Operator User
POST
Operator User Get Operator User
POST
Operator User Insert Operator User
POST
Operator User Update Operator User
POST
Generate Ssh Key
POST
Ssh Config Get Enterprise Proxy User Ssh Key
POST
Ssh Config Get Enterprise User Ssh Key
POST
Ssh Config Get Operator User Ssh Key
POST
Import Ssh Key
POST
Ssh Config Revoke Enterprise Proxy User Ssh Key
POST
Ssh Config Revoke Enterprise User Ssh Key
POST
Ssh Config Revoke Operator User Ssh Key