When querying the Audit Log API for entity updates, the actor is returned as a userId. There’s no direct way to resolve that ID to a name/email. Today we must fetch all users in the org and filter those results client-side.
Please add a direct resolution path (such as GET /v1/users/{userId} or GET /v1/users?ids=<id,...>) or allow filtering the Users API by id.
Created by Anna Persico
·