Click or drag to resize

IIdentityApiImpersonate Method

To pretend to be someone else by changing another username
Example
C#
var identityApi = ctx.Use<IIdentityApi>();
identityApi.Impersonate("dtt");

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
void Impersonate(
	string username
)

Parameters

username  String
New username
See Also