Replies: 1 comment
-
thanks for the feedback @IvarNy. I'll take care of this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When PIM roles are used for adding users to Roles the initiatedBy.user.userPrincipalName is not filled.
So instead of "| rename initiatedBy.user.userPrincipalName as initiatedBy" it may be better with:
| eval initiatedBy = coalesce('initiatedBy.user.userPrincipalName', 'initiatedBy.app.displayName')
so these searches will work in both cases?
Beta Was this translation helpful? Give feedback.
All reactions