Forum Discussion
KennyCSP
Jul 16, 2024Copper Contributor
Overview of pending/open transferrequests
Greetings, Since the introduction of NCE subscription transfers, we, as an Indirect provider, have observed a surge in both incoming and outgoing transfers. However, despite my understanding, there ...
- Jul 17, 2024I do not believe there is a single view / API call available.
An option would be to loop through all customers with the API.
I'm not sure if the transfer requests are recorded in the activity log, but if they are you could poll that on a regular interval to check for new transfer requests.
Nick_Beacroft
Jul 17, 2024Iron Contributor
I do not believe there is a single view / API call available.
An option would be to loop through all customers with the API.
I'm not sure if the transfer requests are recorded in the activity log, but if they are you could poll that on a regular interval to check for new transfer requests.
An option would be to loop through all customers with the API.
I'm not sure if the transfer requests are recorded in the activity log, but if they are you could poll that on a regular interval to check for new transfer requests.
- KennyCSPAug 07, 2024Copper ContributorUnfortunately, only the transfers initiated by my agents are displayed. Incoming transfers or updates, such as another CSP accepting a transfer, are not shown.
Was worth a try.- Nick_BeacroftAug 20, 2024Iron ContributorRead the latest. The audit/activity log should now or soon register incoming and outgoing transfers.
Also, the introduction of webhooks.
https://learn.microsoft.com/en-us/partner-center/announcements/2024-august#6- JillArmourMicrosoftAug 20, 2024
Community Manager
Nick_Beacroft thanks for sharing this!
- KennyCSPJul 25, 2024Copper ContributorLooping customers is what i was doing, but we have over 30k customers so i was looking for a better way.
The activity log is a good idea, as it does seem to list them.
Will call upon those in the API instead.
Thank you!