Skip to main content

Terminate sessions by attribute

DELETE 

/management/session

Terminates all sessions associated with a user identified by an attribute name and value pair, such as ?attributeName=loginId&attributeValue=jdoe. The attributeName parameter must match the attribute configured for session indexing in nevisAuth; if omitted, it defaults to the login ID attribute. All matching sessions are removed in bulk; sessions concurrently deleted by other processes are silently ignored. This endpoint does not trigger federated logout; complement it with application-level logout flows for a fully coordinated user logout.

Request

Query Parameters

    attributeName string
    attributeValue string

Responses

All matching sessions terminated; concurrently deleted sessions are silently ignored

Loading...