Hello,Could you please help me to understand how to get a list of teams for a specific user? I am able to see it via https://bitbucket.org/{user}/profile/teams,but what is API endpoint for the same information? Looks like https://developer.atlassian.com/bitbucket/api/2/reference/resource/users/%7Busername%7D/members will be deprecated. Also, I am getting 'Forbidden' using this endpoint.Thanks
Hi @yauhen-pyl-aurea-dev
Take a look at this API: https://developer.atlassian.com/bitbucket/api/2/reference/resource/teams
Returns all the teams that the authenticated user is associated with.
thank you very much for your response, but I need the names of teams of another user.As I understand https://developer.atlassian.com/bitbucket/api/2/reference/resource/teams returns teams only for my user.So, I have an userId (loginId) of a user, and I want to know the names of all teams of this user.
It looks like you're new here. Sign in or register to get started.