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>"
  ]
}

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

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[]