Hi @Tyler Cai ,
To get all the contacts use this GET /me/contacts
Graph API endpoint.
Delta is generally used get a set of contacts that have been added, deleted, or updated in a specified folder.
A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. Reference documentation.
As you have mentioned, that before getting @odata.deltaLink
you are not able to see all the contacts with @odata.nextLink
. I would recommend you to raise a support case with Microsoft Graph, a Support Engineer will be able to assist you better. You can raise support ticket from
https://portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview or https://admin.microsoft.com/#/support/requests.
You can also raise a support case with Microsoft, a specialized Support Engineer will be able to assist you better.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.