An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hello Kerry Mo,
Thank you for reaching out to Microsoft Support!
1.According to the methods listed in the site resource document, there is no method for creating a SharePoint site. Please refer to the document for the methods about site endpoints.
2.You can request a List of a site's drives below:
GET https://graph.microsoft.com/v1.0/sites/{siteId}/drives
You can then access the corresponding directory of the website directly via driveId:
GET https://graph.microsoft.com/v1.0/drives/{driveId}
Please refer to this document for more details:
https://learn.microsoft.com/en-us/graph/api/drive-list?view=graph-rest-1.0&tabs=http
3.As stated in the documentation, there is no way to authenticate via AAD POP token.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.