Administration
List provider assignees
Get a collection of assignees of provider.
get/providers/{id}/assignees
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the provider.
Response
OK
Example response
{
"items": [
{
"tenant_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}