0
votes

I am trying to get Project Entitlements using PAT token from

GET https://vsaex.dev.azure.com/{organization}/_apis/userentitlements?api-version=6.0-preview.3

But Project Entitlements are null.

PAT is of DevOps Owner account and it also has Project collection admin etc all rights.

1

1 Answers

0
votes

You need to add the select=Projects query parameter in the url to retrieve the Project Entitlements in the results. See below:

https://vsaex.dev.azure.com/{org}/_apis/userentitlements?select=Projects&api-version=6.1-preview.3

See more url parameters here.