impersonation

Name Resource Description
Check user impersonation GET api/2.0/security/impersonate/{userId} Checks if a user with the ID specified in the request can be impersonated or not.
Get impersonation settings GET api/2.0/security/impersonate/settings Returns the impersonation settings for the current portal.
Impersonate a user POST api/2.0/security/impersonate/{userId} Impersonates a user with the ID specified in the request.
Log out impersonated user PUT api/2.0/security/impersonate/logout Log out from the account of the impersonated user.
Update impersonation settings PUT api/2.0/security/impersonate/settings Uppdates the impersonation settings with the parameters specified in the request.