Logoff

Log off

post

Log off user. User must be authenticated first.

Responses
200
Success
post
POST /api/Session/logoff HTTP/1.1
Host: 
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
post
POST /api/Session/{SessionId}/logoff HTTP/1.1
Host: 
Accept: */*

No content

Was this helpful?