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"
}
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.