---
title: "Get opportunity users"
method: GET
path: "/v1/integrations/opportunity-users"
---

# Get opportunity users

`GET /v1/integrations/opportunity-users`

Get opportunity users

## Query parameters

- `cursor` string
- `opportunityId` string
- `userId` string

## Response `200`

Get opportunity users

- object[]
  - `id` string, required
  - `opportunityId` string, required
  - `userId` string, required
  - `name` string
  - `amountPercentage` number
  - `organizationId` string, required
  - `createdAt` string, required
  - `updatedAt` string, required
  - `integrationConnectionId` string, required

---

[API](https://skmtc.dev/siro/apis/swagger-api.md) · [All operations](https://skmtc.dev/siro/apis/swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siro/swagger-api/revisions/9995339a94c6/schema)
