GET api/Security/logout

Logout a user. Makes the user unavailable for assignment in ISIS modules. It is not necessary to log off service accounts, only user accounts.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

True on successful logout. False otherwise.

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>