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

6 REPLIES 6

palanikumar
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
In this video I show you how you use the JSON Parser when building a custom action to avoid scripting to get what you want from the response body. Link to Perspectium Webinar: https://www.perspectium.com/lp-witchdoctor-webinar/ Video Recorded in Quebec release

Please provide option without using Integration Hub