Who Am I (Coda)
coda_whoamiRetrieves details about the authenticated Coda user to verify the active account and validate the API token.
Instructions
Retrieve information about the currently authenticated Coda user.
Useful to verify which account is active and confirm the API token is valid.
Args:
response_format: 'markdown' or 'json'
Returns: User name, email (loginId), and account type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |