Enterprise Proxy Get Enterprise Proxy User
Gets the specified enterprise proxy user (by id
or username
).
Privileges required:
READ
PROXY_USER
READ
PROXY
Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyUser
COPY
Request Body
{
"id": 0,
"username": "string"
}
integer
id
Optional
id
string
username
Optional
username
Responses
200
Request was successfully processed
Returns
enterprise_proxy_get_enterprise_proxy_user_result
of type(s)
application/json
{
"id": 0,
"created": "string",
"userType": "string",
"username": "string",
"domain": "string",
"password": "string",
"firstName": "string",
"lastName": "string",
"officePhone": "string",
"mobilePhone": "string",
"isNative": 0,
"isActive": 0,
"isLocked": 0,
"disableSecondFactor": 0,
"email": "string",
"lastLogin": "string",
"modified": "string",
"salt": "string",
"passwordModified": "string",
"roleId": 0,
"roleName": "string",
"isSuper": 0,
"enterpriseId": 0,
"enterpriseProxyId": 0,
"networkId": 0
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyUser
All Operations
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