Inputs
SelectableOption
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.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists TikTok identities available for an advertiser account, including identity type and Business Center authorization metadata
| App | TikTok Ads |
| Operation ID | tiktok_ads_list_identities |
| Type | Action |
| Connection | tiktok_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| 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. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
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.