Skip to main content

Batch add accounts to org

POST 

/bv/org/v1/organizations/accounts

Facilitates the process of multiple accounts joining an organization once with all required credentials and details for each account.

Request

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    org_accounts object[]
  • Array [
  • account_id string
    role_id string
  • ]

Responses

A successful response.

Schema
    succeed string[]
    failed string[]
Loading...