releases.shpreview
Auth0/Auth0 Changelog/New endpoints on the Session Management APIs

New endpoints on the Session Management APIs

September 25, 2024Auth0 Changelog
$npx @buildinternet/releases show rel_1ET7LB1t8Ul16E_ay1Gqv

We are happy to announce that we just added two new endpoints to our Session Management APIs:

POST /api/v2/users/{id}/revoke-access – This endpoint allows you to revoke sessions for a user and decide if you want to revoke the associated Refresh Tokens.

POST /api/v2/sessions/{id}/revoke – This endpoint will revoke the session and all its related Refresh Tokens.

Please refer to the Auth0 Management API for more information.

Fetched April 11, 2026