The CreatorCon Call for Content is officially open! Get started here.

How to use Powershell or Rest API to Migrate Data from ServiceNow to Azure Entra

VIKASM535239375
Kilo Sage

How to use Powershell or Rest API to Migrate ServiceNow Catalog Item variable User, Group and Subscription Data from ServiceNow to Azure Entra without using Integration Hub

5 REPLIES 5

palanikumar
Giga Sage
Giga Sage

What action are you trying to do in Entra ID based on this? There are graph APIs available from Entra ID

Thank you,
Palani

We want to pass the ServiceNow Catalog Item variable use ,Group and Subscription data to Azure where Users can be added to the mentioned Group in Azure.

You can use the IntegrationHub spoke available for Entra ID 

https://www.servicenow.com/docs/bundle/xanadu-integrate-applications/page/administer/integrationhub/...

If you don't have this subscription then you can call the Graph API provided by Microsoft:

https://learn.microsoft.com/en-us/graph/api/group-post-members?view=graph-rest-1.0&tabs=http

 

To call a rest API from Flow designer you can refer below URL:

https://www.servicenow.com/community/developer-articles/outbound-rest-integration-using-flow-designe...

 

Thank you,
Palani

Please provide option without using Integration Hub