User Logout - Teradata Listener

Teradata® Listener™ User Guide

Product
Teradata Listener
Release Number
2.03
Published
September 2018
Language
English (United States)
Last Update
2018-10-01
dita:mapPath
kum1525897006440.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2910
lifecycle
previous
Product Category
Analytical Ecosystem

Log a user out of the active session and expire the authentication token.

Definition

POST  https://listener-app-services.teradata.com/v1/users/logout  HTTP/1.1

Example Request

curl -X POST \

  https://listener-app-services.teradata.com/v1/users/logout \

  -H 'authorization: Bearer TOKEN’\
  -H 'content-type: application/json' \

Example Response

HTTP/1.1.200 OK
Logout successful

Response Codes

Code Description
200 Logoff successful.
401 Expired authentication token or authentication token is missing, cannot run request.
500 Problem logging out user.