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 · enumRequiredPossible values:
Enum for onboarding user.
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Workspace onboarded successfully as a tenant.
409
Conflict: Indicates that the requested workspace may already exist with the same name or ID.
500
Internal Server Error: An unexpected error occurred or a server timeout.
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