How to use Powershell or Rest API to Migrate Data from ServiceNow to Azure Entra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 2 weeks ago
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
What action are you trying to do in Entra ID based on this? There are graph APIs available from Entra ID
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
You can use the IntegrationHub spoke available for Entra ID
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:
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Please provide option without using Integration Hub