List user sessions
GET/api/v1/identity/users/:userId/sessions
Retrieves all sessions for a specific user including active and historical sessions with device and location information.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully retrieved sessions
Bad Request - Invalid parameters or malformed request
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Not Found - Resource does not exist
Internal Server Error