---
title: "Update partner's personal information"
method: PUT
path: "/users/me/update-profile"
tags: ["users-users"]
---

# Update partner's personal information

`PUT /users/me/update-profile`

## Request body

- UpdateProfileRequestDto
  - `fullname` string — User's full name
  - `country` string — User's country
  - `dob` string, date — User's date of birth
  - `hasBusinessBankAccount` boolean — partner has a business account
  - `displayName` string — User's display name
  - `proofOfAddress` string — Proof of partner's address

## Response `200`

Success

- UserProfileDataDto
  - `email` string
  - `userType` 'CUSTOMER' | 'PARTNER' — the type of the user
  - `profile` ProfileDataDto
    - `status` 'VERIFIED' | 'UNVERIFIED' | 'FAILED_VERIFICATION' | 'REVIEW_REQUIRED' | 'IN_PROGRESS' | 'REJECTED' — user's verification status
    - `fullname` string — User's full name
    - `country` string — User's country
    - `dob` string, date — User's date of birth
    - `displayName` string — User's display name
    - `proofOfAddress` string — Proof of partner's address
    - `hasBusinessBankAccount` boolean — partner has a business account
    - `businessName` string
    - `certificateOfIncorporation` string
    - `hasShareHolderList` boolean
    - `userInShareHolderList` boolean
    - `noShareHolderListEvidence` string
    - `useOfBusinessAccountApprovedByShareholders` boolean
    - `noOfLegalDirectors` number
    - `regulatoryIdsOfDirectors` string[]
    - `depositTimeout` number
    - `approvalTimeout` number
    - `tradeHistoryDetails` ProfileTradeDto
      - `hasPreviousTradeHistory` boolean — Partner have previous trading experience
      - `proofOfTrade` string[] — Partner's proof of previous trade history
      - `referee` string — Partner's referee

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/35fe01ca087b/schema)
