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 appears to be no straightforward method to obtain a comprehensive list of ALL transfer requests across all our customers, even when utilizing the API.
Is there something I might be overlooking?
- 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.
8 Replies
Sort By
- MartijnElfersBronze ContributorI like this idea, we need it, so +1 for this topic π
- ClaudioStalloneSteel Contributor
Hi KennyCSP ,
As Nick already mentioned:
There is currently no overview where all open transfers are listed.
Please share this feedback at the next CSP Technical Training Listing Page (eventbuilder.com)
- Nick_BeacroftSteel ContributorI 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.- KennyCSPCopper 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_BeacroftSteel 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
- KennyCSPCopper 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!
- JillArmourMicrosoft
Community Manager
Tagging a few of our super users in case they have anything to share and I have also moved your post to our NCE discussion board as it seems to fit better there. π
Thanks in advance MartijnElfers and ClaudioStallone