Click HERE to see how Saviynt Intelligence is transforming the industry. |
11/04/2024 02:22 AM
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.
11/04/2024 02:33 AM
@mayankshah use this
${userAccount.get('endpointanme').accountID}
11/04/2024 05:34 AM
${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