Web API: Signout

From QPR ProcessAnalyzer Wiki
Revision as of 22:12, 15 May 2020 by Ollvihe (talk | contribs)
Jump to navigation Jump to search

The Signout operation signs out (logout) the user from QPR ProcessAnalyzer. There are no parameters, and no data is returned by the operation. HTTP method is POST.

HTTP request header Authorization with value Bearer <access token> needs to be in place to identify the session to be signed out.

Example:

http://SERVER/qprpa/api/signout