DeskDirector / UserVoice

Feature request tracker
14 stars 2 forks source link

TECH modify ticket by impersonation #539

Closed Nness closed 3 years ago

Nness commented 3 years ago

Member impersonation for ConnectWise should be applied to any update request from TECH portal.

Admin portal should have way to disable it. Default as on. Since we are not sure if there is restriction on member impersonation, have an option to disable it would be ideal.

Post Request:
https://YourConnectWiseSite/v4_6_release/apis/3.0/system/members/{memberIdentifier}/tokens

Headers:
-API Member:
Authentication Basic base64(companyid+publickey:privatekey)
x-cw-usertype: member

Body:
{
"memberIdentifier":"The member indentifier"
}

Response:
{
    "publicKey": "yCdymjwp082t9uqp",
    "privateKey": "zhqz7g3ne71jV4Jn",
    "expiration": "2015-06-12T22:20:38Z"
}