IIdentityApiImpersonate Method

To pretend to be someone else by changing another username

Example

C#
var identityApi = ctx.Use<IIdentityApi>();
identityApi.Impersonate("dtt");

Definition

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

Parameters

username  String
New username

See Also