---
title: "Get participant user basic info"
method: GET
path: "/participant/{participant_code}/basic_info/cp_bo"
tags: ["Entity Participants"]
---

# Get participant user basic info

`GET /participant/{participant_code}/basic_info/cp_bo`

This endpoint returns Participant User basic info.

## Path parameters

- `participant_code` string, required

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Successfully retrieved participant user (CPBO) basic information. Including name, role, and contact details for controlling persons and beneficial owners.

- GetParticipantCPBOBasicInfoResponse
  - `users` object — PII info of the Control Persons and Beneficial Owners, keyed by user_code

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/zerohash/apis/zerohash-api.md) · [All operations](https://skmtc.net/zerohash/apis/zerohash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerohash/zerohash-api/revisions/8b647d934363/schema)
