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

Is there any way to get Users who does not have account in particular one endpoint.

gagan94
Regular Contributor
Regular Contributor

Hey Everyone,

Is there any way to extract users who are active but not associated to particualr one endpoint like Azure AD.

Regards,

Gagan

1 REPLY 1

rushikeshvartak
All-Star
All-Star

select u.username from users u where u.userkey not in (select ua.userkey from user_accounts ua ,accounts a,endpoints e where e.endpointkey=a.endpointkey and a.accountkey=ua.accoutkey and e.endpointname='AzureAD')


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