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

# Create business ultimate owners

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

Adds new ultimate beneficial owners to the business profile.

Returns the list of all ultimate beneficial owners associated with the business profile.

All the shareholders that have at least 25% ownership should be submitted via this API.

Note that in some cases, we do not require the `ownershipPercentage`. In these cases, `null` should be passed as the value.

## Path parameters

- `profileId` integer, required

## Headers

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

## Request body

- object[]
  - `name` string — Owner full name.
  - `dateOfBirth` string — Date of birth.
  - `countryOfResidenceIso3Code` string — 3 character country code.
  - `addressFirstLine` string — First line of address.
  - `postCode` string — Address post code.
  - `ownershipPercentage` integer, nullable — Percentage of ownership.

## Response `200`

List of all ultimate beneficial owners associated with the business profile.

- Ubo[]
  - `id` string — ID of the ultimate beneficial owner.
  - `name` string — Owner full name.
  - `dateOfBirth` string — Date of birth.
  - `countryOfResidenceIso3Code` string — 3 character country code.
  - `addressFirstLine` string — First line of address.
  - `postCode` string — Address post code.
  - `ownershipPercentage` integer, nullable — Percentage of ownership.

## 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)
