whoami
Retrieve the authenticated Coda user's name, email, and scoped token information.
Instructions
Get information about the current authenticated Coda user including name, email, and scoped token info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the user. | |
| login_id | Yes | Email address of the user. | |
| type | Yes | The type of this resource. | |
| scoped | Yes | True if the token used is scoped to this user. | |
| token_name | Yes | Name of the API token if it has one. | |
| href | Yes | API link to the user. | |
| workspace | Yes | The user's default workspace. |