Click HERE to see how Saviynt Intelligence is transforming the industry. |
11/13/2023 09:56 AM - edited 11/13/2023 10:08 AM
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.
11/13/2023 10:07 AM
It seems it just return data for active users.
Did you tried any other attribute
11/15/2023 04:09 AM - edited 11/15/2023 04:09 AM
@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?