Tenant - Onboard an existing Power BI workspace as a logical tenant

Onboards an existing Power BI workspace as a logical tenant

post

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

Authorizations
Query parameters
tenantNamestringRequired

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

tenantIdstring · uuidRequired

Expects 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
Indicates successful onboard of the request workspace 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