---
title: "Create business directors"
method: POST
path: "/v1/profiles/{profileId}/directors"
tags: ["profile"]
---

# Create business directors

`POST /v1/profiles/{profileId}/directors`

Adds new directors to the business profile.

Returns the list of all directors associated with the business profile.

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Request body

- object[]
  - `firstName` string — Director first name.
  - `lastName` string — Director last name.
  - `dateOfBirth` string — Date of birth.
  - `countryOfResidenceIso3Code` string — 3 character country code.

## Response `200`

List of all directors associated with the business profile.

- Director[]
  - `id` integer — ID of the director. Automatically set.
  - `firstName` string — Director first name.
  - `lastName` string — Director last name.
  - `dateOfBirth` string — Date of birth.
  - `countryOfResidenceIso3Code` string — 3 character country code.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/versions/4907a1d269ab/schema)
