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

Passing account attribute of endpoint for a different REST Connector endpoint

mayankshah
Regular Contributor
Regular Contributor

Ask: Pass AccountID (id) of AAD endpoint during new user creation for another application endpoint for REST Connector during user creation.

Note: Identity repository (users) doesn't have the AAD Object id stored in any CP or identity attributes.

2 REPLIES 2

NM
Esteemed Contributor
Esteemed Contributor

@mayankshah use this 

${userAccount.get('endpointanme').accountID}


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

rushikeshvartak
All-Star
All-Star

${userAccount.get('endpoint').customproperty1: Use this variable to bind a user to the account. Specify the endpoint name along with the accountproperty. Example to fetch lastname from the SAP endpoint with the accountproperty as: 'name'."lastname":"${userAccount.get('SAP').name}"

https://docs.saviyntcloud.com/bundle/Dev-Handbook-REST-v24x/page/Content/Developers-Handbook.htm


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