post https://YOUR-POD-SUBDOMAIN-api.symphony.com/sessionauth/v1/logout
Released in 1.47.
Log out a user’s session.
Note
You must provide a certificate where the Common Name of the certificate matches the username of an active Service User account on your pod.
To call the Logout endpoint for a user, you must have a valid sessionToken for the user.
Example call sequence:
- Call Session Authenticate to get a
sessionToken
. - Call Logout with the
sessionToken
.
To call the Logout endpoint for an app, you must have a valid session token for an app that's been installed for the user whom you intend to log out.
Example call sequences:
-
Call App Authenticate to get a
sessionToken
. -
Call Logout with the
sessionToken
. -
Call App Authenticate to get a
sessionToken
. -
Call User Authenticate with the
sessionToken
. -
Call Logout with the
sessionToken
.