ImpersonationProcedure

Type: Stored procedure

The procedure specified by the system setting "ImpersonationProcedure" is used when it is desired for other users than administrators to be able to impersonate users.

Parameters

@UserId mandatory int
UserId of the logged in user (not the impersonated user).

Resultsets

Resultset: Dropdown

Table count:
Row count:
Columns
<column with ordinal 1> mandatory int
UserId.
<column with ordinal 2> mandatory string
Displayed value.
RedirectToStartPage optional bit
By default the user remains on the same menu item after impersonation. This can cause problems if the impersonated user has lower permissions than the impersonating user as they may not be allowed to view the open menu item. You can therefore choose to redirect the the user to the impersonated user's start page.