Precondition:
- Admin of Azure AD goes to azure portal to change/update user data such as First Name from Test 1 to Test 2.
- Call graph api: https://graph.windows.net/tenant/users?api-version=1.6 immediately.
- Do nothing and wait for about 20-30s then call above graph api again.
Actual:
- On step 2, the api returns user's First Name : Test 1
- On step 3, the api returns user's First Name : Test 2
My question is why azure does not return newly updated data on step 2 and how to bypass and immediately get the newly data after updating from azure portal.