User Logout - Teradata Listener

Teradata® Listener™ User Guide

Product
Teradata Listener
Release Number
2.05
Published
March 2019
Language
English (United States)
Last Update
2019-04-25
dita:mapPath
vlj1546974296436.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://CLUSTER.DOMAIN/listener/appservices/users/logout  HTTP/1.1

Example Request

curl -X POST \

  https://CLUSTER.DOMAIN/listener/appservices/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.