Hi I have a flow in which I'm trying to run an API call against Azure Dev Ops and I keep getting a 401 unauthorized response error back even though I know I have access to this.
Documentation referenced: https://learn.microsoft.com/en-us/rest/api/azure/devops/memberentitlementmanagement/user-entitlement-summary/get?view=azure-devops-rest-7.1
Things I've tried to resolve this issue
- Modified the URI to be the full path including the domain name
- Modified URI's I've tried
- https://vsaex.dev.azure.com/BHADO/_apis/userentitlementsummary?api-version=7.1-preview.1
- https://dev.azure.com/BHADO/_apis/userentitlementsummary?api-version=7.1-preview.1
- /BHADO/_apis/userentitlementsummary?api-version=7.1-preview.1
- BHADO/_apis/userentitlementsummary?api-version=7.1-preview.1
- Modified URI's I've tried
- Removed and re-added the connection
- Tried using another service account that also has access to this data
- Tried using the HTTP action with the same URI options listed above using basic authentication
- Checked the Azure Dev Ops settings to ensure 'Allow Third Party application access via OAUTH' is on


Report
All responses (
Answers (