For the complete documentation index, see llms.txt. This page is also available as Markdown.

Logoff

Log off

post

Log off user. User must be authenticated first.

Responses
200

Success

No content

post/api/Session/logoff
POST /api/Session/logoff HTTP/1.1
Accept: */*

No content

LogOff Other Admin

post

Invoke the RAS Admin Session to send the LogOff command for the Admin with specified Session ID.

Path parameters
SessionIdinteger · int32Required

Session ID of the Admin to be Disconnected.

Responses
204

No Content

No content

post/api/Session/{SessionId}/logoff
POST /api/Session/{SessionId}/logoff HTTP/1.1
Accept: */*

No content

Last updated