Skip to main content
POST
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

project_id
string
required

Body

application/json

Create-only. A user already on the roster keeps their existing membership and caps, and the entry for them is discarded.

members
object[]
required
Minimum array length: 1

Response

Members added

message
string

Counts the entries submitted, including any already on the roster.

Example:

"2 member(s) added"

redivision_job_id
string

Present only on a project with split_policy: equal, whose every member's slice of every cap is recalculated in the background.