GET /session/invalidateAll/{userId}
Internal Endpoint
This endpoint is available only for services within the yuuvis® Momentum cluster. Never expose it for public access in the authentication-prod.yml configuration file.
As of Version | product version 2022 Summer |
---|---|
Request Method | GET |
Response Format | JSON |
Description | Invalidates all active sessions of the user specified by If the request was successfully processed, the response body is empty. The response does not inform about the number of invalidated sessions for the specified user. Especially, if the specified user has no active sessions, the endpoint does not invalidate any session but still confirms that the request was successfully processed. In case an error occurs, the request body contains details. |
Request Example |
|
Response Example | 200 OK {} |