# List profiles for a user account

List of all profiles belonging to user.

Endpoint: GET /v2/profiles
Security: UserToken, PersonalToken

## Header parameters:

  - `X-External-Correlation-Id` (string)
    Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. [Learn more](/guides/developer/headers/correlation-id).

## Response 200 fields (application/json):

  - `type` (string, required)
    Type of profile.
    Enum: "PERSONAL"

  - `id` (integer)
    Unique identifier for the profile.
    Example: 14575282

  - `publicId` (string)
    Publicly accessible identifier for the profile.
    Example: a1b2c3d4-e5f6-7890-1234-567890abcdef

  - `userId` (integer)
    The ID of the user associated with this profile.
    Example: 9889627

  - `address` (object)
    Address associated with a profile.

  - `address.id` (integer)
    ID of the address.
    Example: 36086782

  - `address.addressFirstLine` (string)
    First line of the address.
    Example: 24 Willow Creek Lane

  - `address.city` (string)
    City of the address.
    Example: Bristol

  - `address.countryIso2Code` (string)
    Two-letter ISO country code.
    Example: GB

  - `address.countryIso3Code` (string)
    Three-letter ISO country code.
    Example: gbr

  - `address.postCode` (string)
    Postal code of the address.
    Example: BS1 6AE

  - `address.stateCode` (string | null)
    State code of the address (can be null for some countries).
    Example: null

  - `email` (string)
    Primary email address for the profile.
    Example: sarah.jenkins@example.com

  - `createdAt` (string)
    Timestamp when the profile was created (ISO 8601 format).
    Example: 2023-01-15T10:30:00

  - `updatedAt` (string)
    Timestamp when the profile was last updated (ISO 8601 format).
    Example: 2025-06-18T14:20:00

  - `avatar` (string | null)
    Link to person avatar image.
    Example: null

  - `currentState` (string)
    Current status of this profile.
    Enum: "HIDDEN", "VISIBLE", "DEACTIVATED"

  - `contactDetails` (object)
    Contact information for the profile.

  - `contactDetails.email` (string)
    Contact email address.
    Example: sarah.contact@example.com

  - `contactDetails.phoneNumber` (string)
    Contact phone number.
    Example: +447700900123

  - `firstName` (string)
    First name of the profile holder.
    Example: Sarah

  - `lastName` (string)
    Last name of the profile holder.
    Example: Jenkins

  - `preferredName` (string)
    Preferred name of the profile holder.
    Example: Sal

  - `dateOfBirth` (string)
    Date of birth of the profile holder.
    Example: 1985-05-20

  - `phoneNumber` (string)
    Phone number of the profile holder.
    Example: +447700900456

  - `secondaryAddresses` (array)
    An array of secondary addresses associated with the profile.

  - `fullName` (string)
    Full name of the profile holder.
    Example: Sarah Jenkins

  - `email` (string)
    Primary email address for the business.
    Example: info@innovate-solutions.co.uk

  - `contactDetails` (object)
    Contact information for the business.

  - `businessName` (string)
    Registered business name.
    Example: Innovate Solutions Ltd

  - `registrationNumber` (string)
    Business registration number.
    Example: SC1234567890ABCD

  - `descriptionOfBusiness` (string)
    Brief description of the business.
    Example: SOFTWARE_DEVELOPMENT

  - `webpage` (string)
    Business website URL.
    Example: https://www.innovate-solutions.co.uk

  - `companyType` (string)
    Type of company.
    Example: LIMITED_COMPANY

  - `companyRole` (string)
    Role of the person managing the business profile.
    Enum: "OWNER", "DIRECTOR", "OTHER"

  - `businessFreeFormDescription` (string)
    Free-form description of the business activities.
    Example: We create cutting-edge software for businesses.

  - `firstLevelCategory` (string)
    Primary [business category](/guides/product/kyc/business-categories).
    Example: CONSULTING_IT_BUSINESS_SERVICES

  - `secondLevelCategory` (string)
    Secondary [business category](/guides/product/kyc/business-categories).
    Example: IT_DEVELOPMENT

  - `operationalAddresses` (array)
    An array of operational addresses for the business.

  - `fullName` (string)
    Full legal name of the business.
    Example: Innovate Solutions Ltd

