---
title: "Check provider assignee"
method: GET
path: "/providers/{id}/assignees/{tenant_id}"
tags: ["Administration"]
---

# Check provider assignee

`GET /providers/{id}/assignees/{tenant_id}`

Check if a provider is assigned to the tenant.

## Path parameters

- `id` string, required — The unique ID of the resource.
- `tenant_id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `did_numbers` string — The semicolon-separated list of DID/DDI pool number range or DID/DDI number. Assign a DID/DDI pool number range or DID/DDI number to the tenant. For example: 3000;12000-18000. The DID/DDI pool number range should not overlap with other tenant DID/DDI pool number ranges and numbers.
  - `concurrency` integer — The max number of concurrent calls.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
