Skip to main content
GET
Error
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.

Path Parameters

user_id
string
required

User ID

Response

Successful response

id
string

Unique user identifier

name
string

User's display name

email
string<email>

User's email address

role_id
integer | null

ID of the assigned RBAC role

role
object | null

RBAC role details

created_at
string<date-time>
updated_at
string<date-time>
teams
object[]

Teams the user belongs to.

access_profile
object | null

Active or fallback user access profile, if assigned.