# get_profile

> Read this account's contact profile: `name`, `company`, `country`, `phoneNumber`, `locale`, the read-only `email`, and the `hasTwoFactor` / `hasPostalInvoice` flags.

- Tier: R
- Required scope: read:account
- Annotations: readOnlyHint, idempotentHint
- Docs: https://api.inleed.com/tools/get-profile

## Description

Read this account's contact profile: `name`, `company`, `country`, `phoneNumber`, `locale`, the read-only `email`, and the `hasTwoFactor` / `hasPostalInvoice` flags. To change these fields use `update_profile`; this reads, it does not write. This is the contact view — for balance, currency and service counts use `account_overview`; for the notification/marketing consents use `get_preferences`. The `email` is read-only here: changing it is `request_email_change`.

## Example call

```json
{
  "name": "get_profile",
  "arguments": {}
}
```

