Get the authenticated user
get_meReturn the authenticated account, plan tier, and relevant caps to verify credentials and distinguish a bad token from an empty calendar.
Instructions
Return the authenticated account and, when available, its plan tier and relevant caps. This is a low-cost authentication check that distinguishes a bad token from an empty calendar. Plan data explains action-specific limits; it does not gate the connection itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | userId | |
| plan | No | Plan tier and the caps that gate individual actions, when the API exposes it | |
| No | |||
| lastName | No | ||
| timezone | No | ||
| companyId | No | ||
| firstName | No |