- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 11:14 AM - edited 04-17-2024 12:01 PM
We are using graph api rest message to get users from Azure Prod to ServiceNow Dev. We are getting only some users from azure. Is there any restriction from azure stopping?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 08:22 PM
Well, you can build from scratch using REST APIs but why reinvent the wheel?
If you want to use REST API, you will have to add paginations so that the payload doesn't get too big
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 08:22 PM
Well, you can build from scratch using REST APIs but why reinvent the wheel?
If you want to use REST API, you will have to add paginations so that the payload doesn't get too big