Hello,
can you please help me with a query that will give me the list of users/identities in IDN along with their user level such as “end user”, “admin”,“role admin” etc.
Thanks,
Lakshmi.
Hello,
can you please help me with a query that will give me the list of users/identities in IDN along with their user level such as “end user”, “admin”,“role admin” etc.
Thanks,
Lakshmi.
Hi @Laks1 ,
You can use below query to search based on user level. Replace ORG_ADMIN with CERT_ADMIN, HELPDESK, ROLE_ADMIN based on the requirement.
@access(source.name:IdentityNow AND value:ORG_ADMIN)
Since end users will not have any user level you can just add NOT condition.
!(@access(source.name:IdentityNow AND value:*))
Thanks.
Hi @Laks1,
By using this query you can know the user level:
@access(value:(ORG_ADMIN OR ROLE_ADMIN ) AND type:ENTITLEMENT AND source.name:IdentityNow)
Also please find below link some of the common query:
https://community.sailpoint.com/t5/IdentityNow-Articles/IdentityNow-Common-Search-Queries/ta-p/75319
Thank you!
Thank you @nikhlesh . I see the users are showing up as I needed with this query, however, their user evel does not show up in the results. Is there a way to see the user level as one of the columns for the result?
I don’t see any specifc column for User level. But if its required then probably you can try creating a Identity attribute and map with a transform to get the Identity user level.
Thanks.
@Laks1 The only way to do is creating an identity attribute to store the user levels as @nikhleshsdg says. There is no other way you can do this.
Thanks.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.