# Record Metrics Event for Logged-In User Records a new metrics event for the user identified by the session token. This API requires a session token, and it must be a valid user token. The parameter is extracted from the session token. Any query parameters supplied with the request will be recorded as part of the event. Endpoint: GET /metrics/thisuser/{eventName} Version: 1.0 Security: sessionToken ## Path parameters: - `eventName` (string, required) Client-defined event name. The metrics service imposes no restrictions on the event name. The event name must be URL-safe, or encoded as such, as it is sent as part of the URL path. Current best practice is to prefix the event name with the client application name, such as , followed by the actual event name, such as . The resulting full event name might be , but encoded in URL-safe manner (i.e. converting spaces to ). This allows differentiation between recording similar events by different client applications. Example: "blip%20-%20Viewed%20Care%20Team%20List"