IIdentityApiImpersonate Method
|
To pretend to be someone else by changing another username
Examplevar identityApi = ctx.Use<IIdentityApi>();
identityApi.Impersonate("dtt");
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxvoid Impersonate(
string username
)
Parameters
- username String
- New username
See Also