Skip to main content
GET
Error
This path is deprecated and will be removed in the following major release. Use /api/governance/users instead.
This endpoint is available in Bifrost Enterprise only.

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <token>, where <token> is one of:

  • a Bifrost management API key,
  • a dashboard session token issued by POST /api/session/login,
  • base64 of <admin-username>:<admin-password> (legacy equivalent of BasicAuth).

Virtual keys (sk-bf-*) and the x-api-key header are not accepted on management APIs - the sole exception is GET /api/governance/virtual-keys/quota, which is virtual-key-only.

Query Parameters

page
integer
default:1

Legacy 1-based page number

Required range: x >= 1
limit
integer
default:20

Number of users per page (max 100)

Required range: 1 <= x <= 100

Search by name or email

team_id
string

Filter by team ID

business_unit_id
string

Filter by business unit ID

Response

Legacy paginated response

users
object[]
required
total
integer
required
page
integer
required
limit
integer
required
total_pages
integer
required
has_more
boolean
required