Hi All,
I'm able to get a access token. But when I try to make an Project Online API call using that token, I get "Access denied you do not have permission to perform this action or access this resource". Kindly let me know if I'm doing something wrong or missing anything or correct way to do it. Here are the details that I'm using for authentication:
Client ID =
Tenant ID =
Client Secret =
Grant type = client_credentials
Login URl = https://login.microsoftonline.com/{tenant_name}/oauth2/v2.0/token
API Permission

Thanks & Regards,
Rohan


