terraform-cloud-mcp

get_account_details

Retrieve authenticated user or service account details, including ID, username, email, and authentication status, using the Terraform Cloud API. Verifies identity and provides essential account information.

Instructions

Get account details for a Terraform Cloud API token

This endpoint shows information about the currently authenticated user or service account, useful for verifying identity, retrieving email address, and checking authentication status. It returns the same type of object as the Users API, but also includes an email address, which is hidden when viewing info about other users. API endpoint: GET /account/details Returns: Raw API response with account information from Terraform Cloud including user ID, username, email address, and authentication status See: docs/tools/account_tools.md for usage examples

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "title": "get_account_detailsArguments", "type": "object" }
ID: iukijjkm1e