Error
A valid request URL is required to generate request examples{
"virtual_keys": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>",
"is_access_profile_managed": true
}
]
}Users
List virtual keys available to a user (deprecated path)
deprecated
Returns every virtual key assigned to the user, independent of access profiles, so directly-assigned standalone keys are visible alongside profile-issued ones.
GET
/
api
/
users
/
{user_id}
/
virtual-keys
Error
A valid request URL is required to generate request examples{
"virtual_keys": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>",
"is_access_profile_managed": true
}
]
}This path is deprecated and will be removed in the following major release.
Use
/api/governance/users/{user_id}/virtual-keys instead.This endpoint is available in Bifrost Enterprise only.
Authorizations
ManagementBearerAuthBasicAuth
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 ofBasicAuth).
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
Response
200 - application/json
User virtual keys
Show child attributes
Show child attributes
Was this page helpful?

