Logout

Logout is done by asking Bricks Switchboard to forget the session:

Request

{
   "Name": "{{name}}",
   "Key": "{{key}}",
   "Target": "{{target}}",
   "Session": "{{session}}",
   "Method": "Logout"
}
<?xml version="1.0" encoding="utf-16"?>
<Tetra_Switchboard_Security_DestroySession_Verzoek xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Id="-1001">
<Identificatie xsi:type="OZB_Communicatie_Identificatie_GebruikerSessie" Id="-1001">
   <Sessie>365136c7-386c-4117-a02c-7be432cc1579</Sessie>
</Identificatie>
<ZenderIP />
<OntvangerEntiteit />
</Tetra_Switchboard_Security_DestroySession_Verzoek>

Response

{
   "ReturnValue": {
      "ResponseCode": 200,
      "ResponseText": "OK",
      "Melding": "OK",
      "Gelukt": true
   }
}
<?xml version="1.0" encoding="utf-16"?>
<Tetra_Switchboard_Security_DestroySession_Antwoord xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Id="-1000">
   <CommunicatieStatus>OZB_Communicatie_Status_Verzoek_is_geslaagd</CommunicatieStatus>
</Tetra_Switchboard_Security_DestroySession_Antwoord>

Last update: 13-01-2025 14:43