Account
View and update the calling user's own profile and preferences.
2 tools
# get_account_profile
Get the calling user's profile (display name, locale, timezone, digest frequency).
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
# update_account_profile
Update the calling user's profile. Sends only the fields you want to change.
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| display_name | string | — | Display name |
| locale | string | — | Locale (e.g. en-GB) |
| timezone | string | — | Timezone (e.g. Europe/London) |
| digest_frequency | string | — | daily|weekly|none |