Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/03/2023 01:48 PM
Can Azure AD connector/REST connector support creation of Guest accounts in Azure AD?
Solved! Go to Solution.
05/03/2023 11:40 PM
This is currently not supported. We can create the user accounts for the tenant only.
05/10/2023 07:10 AM
Thanks @RakeshMG so we cannot create guest accounts using the connector right? What is the alternative?
05/19/2023 06:39 AM
We understand that Azure AD REST connector cannot create Guest accounts in a tenant. However Azure AD connector can import those accounts to Saviynt correct? Also can we add those to groups as well? What is the recommendation for creating Guest accounts from Saviynt?
06/14/2023 09:01 AM
We can invoke the https://graph.microsoft.com/v1.0/invitations API to trigger guest account registrations. Why can't we trigger this from createaccountjson to achieve this use case? I have discussed this with @timchengappa as well.
06/15/2023 09:39 PM
@shibinvpkvr We should be able to do this by modifying the CreateAccountJSON to add a condition to call the Invitation API for external users.
06/21/2023 12:10 AM
Please use the attached CreateAccount JSON as a sample and modify it based on your requirements.