clm_whoami
Verify CLM authentication and retrieve the current user's identity, site, and roles. Use this first to confirm access and obtain the default site_id needed by other tools.
Instructions
Return the identity, site, and roles of the authenticated CLM user.
Call this first: it confirms authentication is actually working
(triggering a token refresh if needed) and its site_id is the
default most other tools use for their site_id parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| roles | Yes | ||
| site_id | Yes | ||
| user_id | Yes | ||
| site_name | Yes | ||
| tenant_id | Yes | ||
| display_name | Yes | ||
| token_expires_at | Yes |