Error
A valid request URL is required to generate request examples{
"customers": [
{
"id": "<string>",
"name": "<string>"
}
],
"count": 123,
"total_count": 123,
"limit": 123,
"offset": 123
}Business Units
List customers attached to a business unit
GET
/
api
/
governance
/
business-units
/
{business_unit_id}
/
customers
Error
A valid request URL is required to generate request examples{
"customers": [
{
"id": "<string>",
"name": "<string>"
}
],
"count": 123,
"total_count": 123,
"limit": 123,
"offset": 123
}This endpoint is available in Bifrost Enterprise only.
Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Path Parameters
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 0Was this page helpful?
⌘I

