only some users are getting from AD to ServiceNow

Balakrishna_ABK
Tera Guru

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?

Akhil7842_0-1713377510203.png

 

1 ACCEPTED SOLUTION

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

View solution in original post

5 REPLIES 5

James Chun
Kilo Patron

Can you elaborate on what users are not being fetched?

Maybe the payload is too big or only fetches x number of records per transaction.

 

Cheers

Hi @James Chun , 

Thanks for your reply. Yes payload is big. So how to get all users?

Why are you retrieving all the users? Is it for user provisioning?

If so, refer to this - https://learn.microsoft.com/en-us/entra/identity/saas-apps/servicenow-provisioning-tutorial

Hi @James Chun ,

 

Yes, for user provisioning we are using Oauth Rest Api as per SOW.
Can we not pull all users using Rest Api ?