Hi,
One of my users has been permanently deleted(user was not restored within 30 days). I had queries regarding the onedrive data of this user
1) For this user, I am able to see their onedrive site using "Get /v1.0/sites" graph api endpoint. The documentation on onedrive data retention indicates that the user's onedrive moves to the recycle bin after it's retention period(30-365 days). I wanted to check if I will still be able to fetch the onedrive site through the API after it moves to the recycle bin or is it limited till the retention period
2)This endpoint "Get /v1.0/sites" fetches all the sites including non onedrive sites. I was wondering is there is a way to fetch only the onedrive sites? When the user was active I could fetch it using "Get v1.0/users/{user-id}/drive" endpoint. Since I cannot fetch the {user-id} anymore, Is there any alternative?