Every event tracked by mParticle is associated with a user. You can directly query to one of the platform SDKs for the current user that event data is being attributed to using the appropriate getCurrentUser
method.
The exact syntax will vary depending on the platform. However, as an example, the web SDK allows you to query the current user with:
var currentUser = mParticle.Identity.getCurrentUser();