Invalidate user's Auth0 session programmatically

Hello @rajesh.k.2341991!

Hopefully I have some answers to your questions.

  1. There is a way to terminate a session using the Auth0 API for Delete session. This does require the ID of the session to delete.

  2. The API call to get the sessions of a user is in Get sessions for user. This requires the ID of the user you wish to search.

  3. There is also a way to check for a valid session through Get session. This requires the ID of the session and the response code should let you know what you need to know about the session.

Let me know if this helps or if you have any other questions!

Best,
Alex