See Palo Support Case# 03943277 for more details
I was struggling to find a way to look up UUID-format operator accounts from audit log entries to determine who changed something.. after opening a TAC case and getting no where, I decided to investigate w/ browser inspection dev tools what the SCM UI was doing to resolve those user ID's to account names/email addresses and we discovered /identity/v1/users?ids= resolves UUID operators correctly — the same endpoint the SCM portal UI uses. We couldn't find it documented in the Prisma SASE Python SDK, so we're calling it directly.
We'd like this endpoint documented and ideally added to the SDK.
Thanks!
See Palo Support Case# 03943277 for more details
I was struggling to find a way to look up UUID-format operator accounts from audit log entries to determine who changed something.. after opening a TAC case and getting no where, I decided to investigate w/ browser inspection dev tools what the SCM UI was doing to resolve those user ID's to account names/email addresses and we discovered /identity/v1/users?ids= resolves UUID operators correctly — the same endpoint the SCM portal UI uses. We couldn't find it documented in the Prisma SASE Python SDK, so we're calling it directly.
We'd like this endpoint documented and ideally added to the SDK.
Thanks!