Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Get Account ID for Inactive Account

ashutoshkumar16
New Contributor II
New Contributor II

Hi Experts,

We are tring to get accountID of a account. We are using below code :

${userAccount.get('ServiceNow')?.accountID}

We observed that it returns null if account is inactive.

How can we get acccount ID of Inactive Account.

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

It seems it just return data for active users. 

Did you tried any other attribute


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

@rushikeshvartak , what do you mean by other attribute? should I map accountid to other attributes?

and is there a way to get accountid of inactive user ? and usally how we can get accountID from one endpoint account to another endpoint for account creation?