Tenant - Onboards a workspace as a tenant

Onboards an existing Power BI workspace as a logical tenant, ensuring the service principal has been granted 'Admin' access beforehand.

post

Please first grant 'Admin' access to the service principal on your workspace

Authorizations
Query parameters
tenantNamestringRequired

Enter a name for the new tenant (the workspace to be onboarded).

tenantIdstring · uuidRequired

Enter the ID of an existing Power BI workspace.

onboardUserstring · enumRequired

Enum for onboarding user.

Possible values:
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Workspace onboarded successfully as a tenant.
post
POST /tenants/onboard?tenantName=text&tenantId=123e4567-e89b-12d3-a456-426614174000&onboardUser=enabled HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated