Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Get list of users without an specific endpoint

Sushma
New Contributor
New Contributor

Can someone please help with a query to get list of a particular zone users without a specific endpoint in Saviynt?

6 REPLIES 6

dgandhi
All-Star
All-Star

@Sushma 

Can you elaborate more on the ask?

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

rushikeshvartak
All-Star
All-Star

select distinct u.username from users u,accounts a, user_Accounts ua where u.userkey=ua.userkey and ua.accountkey=a.accountkey and u.customproperty1='ZONENAME'

Update highlighted as per your requirement


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Manu269
All-Star
All-Star

@Sushma refer these articles :

Access assignment reports for the application acco... - Saviynt Forums - 28797

Solved: Reporting about Entitlement and Account List - Saviynt Forums - 49294

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Sushma
New Contributor
New Contributor

Hi @dgandhi @Manu269 ,

I was able to extract orphan accounts for a specific endpoint.

Now we have to correlate to users, here the problem is automatically not getting correlated as email is incorrect(correlation rule-users email mapped to accounts email) and currently we can't correct the data due to some other issues.

I have tested manually correlating an account to a user and still account remains in user profile though not satisfying correlation rule and also after running full import.

So is there any way we can map these accounts to user through import?
I have tested with Analytics but there also manual effort needed.

 

 

Manu269
All-Star
All-Star

@Sushma check this of it helps :

Managing Orphan Accounts (saviyntcloud.com)

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Sushma
New Contributor
New Contributor

Hi @Manu269 

 

These solutions don't work in this case, as we have bulk orphan accounts to map.