Skip to main content
POST
Provision embed users in bulk

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

embedTenantName
string
required

Name of the embed tenant (the embedTenantName used to generate embed sessions).

Body

application/json

ProvisionEmbedUsersInput

users
object[]
required

Embed users to provision (1–100 per request).

Required array length: 1 - 100 elements

Response

200 - application/json
failed
object[]
required

The entries that were not applied, each with the reason.

succeeded
object[]
required

The users that were provisioned, in the order they were requested.