Hi All,
Is there any api to retreive all the documents created by a user from all the sites in the sharepoint online tenant.
I am trying as below
<tenanturl>/_api/search/query/?Querytext=’*’&Properties=’GraphQuery:actor(ME,action\:1021)’
and got the below error
The query string “querytext” is missing or invalid.