| libkazv
    | 
Gets information about a particular user. More...
#include <admin.hpp>
| Public Attributes | |
| std::optional< std::string > | ip | 
| Most recently seen IP address of the session.  More... | |
| std::optional< std::int_fast64_t > | lastSeen | 
| Unix timestamp that the session was last active.  More... | |
| std::optional< std::string > | userAgent | 
| User agent string last seen in the session.  More... | |
Gets information about a particular user.
This API may be restricted to only be called by the user being looked up, or by a server admin. Server-local administrator privileges are not specified in this document.
| std::optional<std::string> Kazv::Api::GetWhoIsJob::ConnectionInfo::ip | 
Most recently seen IP address of the session.
| std::optional<std::int_fast64_t> Kazv::Api::GetWhoIsJob::ConnectionInfo::lastSeen | 
Unix timestamp that the session was last active.
| std::optional<std::string> Kazv::Api::GetWhoIsJob::ConnectionInfo::userAgent | 
User agent string last seen in the session.