API question

Hi,

I’m trying to work with the Bitwarden API… basically I would like to extract from the event log when a user logged in for the last time (to detect users that didn’t log in for a longer period).

So I found this page with an into and documentation about authenticating:

And here I also found the swagger page:

Now, under the GET /public/events endpoint, I found the “actingUserId” parameter which would possibly allow me to filter on user. The documentation says: “$uuid The unique identifier of the user that performed the event.”

So this variable isn’t something that is readily available, so I went to the GET /publiq/members endpoint. Here, I find both “Id” and “UserId” but neither one of them seems to show in the events endpoint. Anyone with ideas?