Retrieve live sessions for a user
GET/user/:realm/userSessions/:userId
Returns active MQTT sessions for one user, including connection ID, creation time, and remote address. Without read-admin permission, callers may inspect only themselves. The target realm must be active unless the caller is a superuser.
Request
Responses
- 200
- 401
- 403
- 404
The request completed successfully
Authentication is required or the supplied credentials are invalid
The caller lacks the required permissions, or the target realm is inactive and the caller is not a superuser
The requested resource does not exist