SoftadminApi.UserSession_Delete

Type: Stored procedure

Forcefully terminates the users session and logs the users out. No logout plugins or similar are executed.

The procedure requires the temporary table:

CREATE TABLE #User
(
	[UserId] int NOT NULL
);