Tenant - Onboard an existing Power BI workspace as a logical tenant
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 · enumRequiredPossible values:
Enum for onboarding user.
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Indicates successful onboard of the request workspace as a tenant
409
Indicates that the requested workspace me already exist with the same name or Id
500
Server related error
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