Skip to main content
POST
/
api
/
access-profiles
/
{id}
/
propagate
Error
A valid request URL is required to generate request examples
{
  "affected_users": 123,
  "failed_users": 123,
  "skipped_users": 123,
  "user_ids": [
    "<string>"
  ],
  "fields": [
    "<string>"
  ],
  "applied": true,
  "vk_sync_errors": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your provider API key or Bifrost authentication token. Virtual keys (prefixed with sk-bf-) can also be passed here.

Path Parameters

id
integer
required

Body

application/json
fields
enum<string>[]
required
Minimum array length: 1
Available options:
provider_configs,
budgets,
rate_limit,
mcp_tool_groups,
mcp_servers,
mcp_tool_overrides
dry_run
boolean
user_ids
string[]

Empty or omitted = all users with a copy of this profile.

group_ids
string[]

Filter by SCIM group or team IDs.

reset_usage
boolean

If true, zero out budget and rate-limit usage on cloned rows. Default false (preserves usage).

Response

Propagation result.

affected_users
integer
failed_users
integer
skipped_users
integer
user_ids
string[]
fields
string[]
applied
boolean

False on dry run, true when changes were persisted.

vk_sync_errors
string[]