# SocialProfile

Object

A social media profile connected to Archive (for example Instagram, TikTok, or YouTube).

## Fields

| Name | Type | Description |
| --- | --- | --- |
| `accountName` | `String!` | Username or handle of the social media account. |
| `avatar` | `String` | URL of the account's profile picture, if available. |
| `creator` | [`Creator`](/api/v2/docs/types/creator) | Creator associated with this social profile in the current workspace. Use this to get the unified creator ID for deduplicating creators across platforms. Returns null if the profile has no creator record in this workspace. |
| `email` | `String` | Email address associated with the account, if available. |
| `followers` | `Int!` | Number of followers on the social media account (when available). |
| `following` | `Int!` | Number of accounts this profile is following (when available). |
| `fullName` | `String` | Display name or full name shown on the social media profile. |
| `id` | `ID!` | Unique identifier of the social profile in Archive's system. |
| `originalUrl` | `String!` | Direct URL to the profile on the social platform (e.g., https://instagram.com/account_name). |
| `phoneNumbers` | `[String!]` | Phone numbers associated with the account, when present. |
| `private` | `Boolean!` | Whether the social media account is currently set to private. |
| `proAccount` | `Boolean!` | Whether the account is marked as a professional or business account on the platform. |
| `provider` | [`Provider!`](/api/v2/docs/types/provider) | Platform where the social profile exists (for example INSTAGRAM, TIKTOK, YOUTUBE, or INTERNAL). |
| `verified` | `Boolean!` | Whether the account has a verified/badge status on the platform. |
