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 <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

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.