Hello Experts,
Can anyone help me to get the Role membership in ISC. Can we do this using search query or need an external powershell script.
Thanks
Hello Experts,
Can anyone help me to get the Role membership in ISC. Can we do this using search query or need an external powershell script.
Thanks
If you are trying to get the list of identities who have a certain role, then you can use this query:
@access(name:“ROLE_NAME” AND type:ROLE)
I agree with @iamnithesh as I understand the question.
If that is not what you are looking for, can you provide more details as to what you are looking for?