get_user_profile
Retrieve a Bitbucket user's profile details by providing their user slug. Access display name, email, and active status.
Instructions
Get a Bitbucket user profile by user slug. Returns user details including display name, email, and active status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to return (dot notation for nested paths). Omit for a curated default; use '*all' for the full raw API response. | |
| userSlug | Yes | User slug (username) to look up. |