Mar 06 2023
01:31 AM
- last edited on
Mar 05 2024
02:30 PM
by
TechCommunityAP
Mar 06 2023
01:31 AM
- last edited on
Mar 05 2024
02:30 PM
by
TechCommunityAP
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
Jan 15 2024 11:17 AM
@kunalKDev I'm having the same issue. Did you find any solution to this?
Jan 29 2024 06:14 AM