Service: zimbraAccount

Command: EndSession
Namespace: urn:zimbraAccount
Description: End the current session, removing it from all caches. Called when the browser app (or other session-using app) shuts down. Has no effect if called in a <nosession> context.
Properties:
Authorization token required true
Admin Authorization token required false

EndSessionRequest

    <EndSessionRequest [logoff="{need-can-expand} (0|1)"] [all="(0|1)"] [excludeCurrent="(0|1)"]
                          [sessionId="{sessionId}"] /> ## EndSessionRequest

elements and attributes you can define within a <EndSessionRequest> element:

XPath Required / Optional Description
@logoff Optional (0 or 1) Type: 0|1
flag whether the {exp} flag is needed in the response for group entries.
default is 0 (false)
@all Optional (0 or 1) Type: 0|1
flag to clear all web sessions of the user default is 0 (false)
@excludeCurrent Optional (0 or 1) Type: 0|1
flag to decide current session will be cleared or not default is 0 (false)
@sessionId Optional (0 or 1) Type: String
end session for given session id

EndSessionResponse

    <EndSessionResponse /> ## EndSessionResponse