Get User Profile
jira_get_user_profileRetrieve Jira user profile information using email, username, or account ID to access user details in Atlassian environments with SSO authentication.
Instructions
Retrieve profile information for a specific Jira user.
Args: ctx: The FastMCP context. user_identifier: User identifier (email, username, key, or account ID).
Returns: JSON string representing the Jira user profile object, or an error object if not found.
Raises: ValueError: If the Jira client is not configured or available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_identifier | Yes | Identifier for the user (e.g., email address 'user@example.com', username 'johndoe', account ID 'accountid:...', or key for Server/DC). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |