Sample Request/Response

Use Case

Add a new internal user with login name appviewx.

Request URL

http://appviewxapi.com/avxapi/user?gwkey=f000ca01&gwsource=external

Request Payload

{

"payload": {

"loginName": "appviewx",

"password":"QWRtaW5AMTIz",

"confirmPassword": "QWRtaW5AMTIz",

"isExternalAuth" : "N",

"comment": "This is a test user",

"preferredContactMode": "E",

"email": "[email protected]"

}

}

Response

{

"response": "User added successfully",

"message": "User added successfully",

"appStatusCode": null,

"tags": null,

"headers": null

}