How to find bitbucket account uuid?

Member

by lizzie , in category: Third Party Scripts , 4 days ago

How to find bitbucket account uuid?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by ryan.murray , 3 days ago

@lizzie 

To find your Bitbucket account UUID, you can follow these steps:

  1. Log in to your Bitbucket account.
  2. Click on your profile icon at the bottom left corner and select "Bitbucket settings" from the dropdown menu.
  3. In the settings menu, click on "Account settings".
  4. In the "Account details" section, you will see your account UUID listed under the "UUID" field.


Alternatively, you can use the Bitbucket API to retrieve your account UUID programmatically. You can make a GET request to the following endpoint with your Bitbucket username and password:

1
https://api.bitbucket.org/2.0/user


This API call will return a JSON response with your account details, including the UUID.