Skip to main content
Skip table of contents

Kill all sessions for an account

Request

To kill all the sessions for a particular account, send an HTTP PUT request to:

http://<host>:<port>/{frontEndAddress}/{tenantId}/ssm/v1/sessions/killAccountSessions

Headers

  • nv-authorizations – the service provider authentication token token

Mandatory parameters

  • account – the ID of the account for which to kill the sessions

Example

A request with the following body will kill all sessions for the specified account:

CODE
{
    "account": "5bed0636b780750001650aca"
}

Response

A successful response returns an HTTP 200 status containing the number of sessions killed.

See the API documentation below for the full list of return codes.

See also

For full details of this API, see Kill account sessions.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.