IIdentity ApiTerminate User Session(Guid) Method
To terminate the user session of given userSessionId.
Example
C#
var identityApi = ctx.Use<IIdentityApi>();
identityApi.TerminateUserSession("623977EE-BD06-4256-8D66-9B94A7BE6FCC");Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
void TerminateUserSession(
Guid userSessionId
)Parameters
- userSessionId Guid
- Given user session ID