> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Identities

> Lists TikTok identities available for an advertiser account, including identity type and Business Center authorization metadata

Lists TikTok identities available for an advertiser account, including identity type and Business Center authorization metadata. Use identities to create TikTok Ads.

|                      |                              |
| -------------------- | ---------------------------- |
| **App**              | TikTok Ads                   |
| **Operation ID**     | `tiktok_ads_list_identities` |
| **Type**             | Action                       |
| **Connection**       | `tiktok_ads` (required)      |
| **Credits per run**  | 1                            |
| **Agent / MCP tool** | Yes                          |

## Inputs

| Field           | Type                       | Required | Default | Description                                                                                   |
| --------------- | -------------------------- | -------- | ------- | --------------------------------------------------------------------------------------------- |
| `account`       | DynamicAccount             | Yes      | -       | Select the TikTok Ads account (advertiser) whose identities should be listed.                 |
| `identity_type` | string or SelectableOption | No       | -       | Optional identity type filter. Options: TT\_USER, BC\_AUTH\_TT, CUSTOMIZED\_USER, AUTH\_CODE. |
| `limit`         | integer                    | No       | `100`   | Maximum number of identities to return. Default: 100.                                         |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `List[Dict]`

Returns TikTok identities for the selected advertiser, including identity\_id, identity\_type, identity\_authorized\_bc\_id, display\_name, username, available\_status, and profile\_image.
