Azure DevOps accounts list returning blank through rest api

Copper Contributor

Hello,

 

I'm trying to fetch accounts associated with auzre devops user using rest Api. I'm using this endpoint: GET https://app.vssps.visualstudio.com/_apis/accounts?memberId={memberId}&api-version=7.0 and passing OAuth access token in authorization header "Bearer <OAuth Access Token>". This request is executing fine with status code "OK", but in response it's returning "{"count":0,"value":[]}".

 

The member id I'm passing to above request is a part of one organization and is a member of contributor group for two projects under that organization. Not sure why I'm not getting that organization info in the response.

 

The azure devops url is https://xxxxx.visualstudio.com/

 

Can anyone help me to figure out the issue here? Really appreciated for the help

 

Thanks

2 Replies

@kunalKDev I'm having the same issue. Did you find any solution to this?

Same issue. The same code works for 99% of users but 1% get empty account lists. So definitely problem on the Azure side. Tried to work through their ticket system, but it's impossible because the problem is not reproducible with a few clicks.