get_current_user
Retrieve the authenticated user's account information, including email addresses and account ID, to verify identity or enable self-assignment.
Instructions
Get the authenticated user's account information including email addresses.
Use this tool to get information about the currently authenticated BitBucket user, including their email addresses. This is useful for:
Verifying which account is being used
Getting the user's email addresses
Getting the user's account_id for self-assignment
Returns: JSON object with the authenticated user's details and email addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |