SOLVED

Overview of pending/open transferrequests

Copper Contributor

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?





8 Replies

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 

best response confirmed by KennyCSP (Copper Contributor)
Solution
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.

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)

I like this idea, we need it, so +1 for this topic 🙂
Looping 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!
Unfortunately, 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.
Read 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

@Nick_Beacroft thanks for sharing this!

1 best response

Accepted Solutions
best response confirmed by KennyCSP (Copper Contributor)
Solution
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.

View solution in original post