Profiles - Update Profile
Updates the specified service principal profile name.
Updates the specified profile name if it exists and belongs to service principal caller.
Limitations
Can only be called by a service principal.
PUT https://api.powerbi.com/v1.0/myorg/profiles/{profileId}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
profile
|
path | True |
string (uuid) |
The service principal profile ID |
Request Body
| Name | Type | Description |
|---|---|---|
| displayName |
string |
The service principal profile name |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK |
Examples
Updates a service principal profile
Sample request
PUT https://api.powerbi.com/v1.0/myorg/profiles/b3ded933-57b7-21f4-b072-ed4c1f9d5824
{
"displayName": "My updated profile"
}
Sample response
{
"id": "b3ded933-57b7-21f4-b072-ed4c1f9d5824",
"displayName": "My updated profile"
}
Definitions
| Name | Description |
|---|---|
|
Create |
A Power BI service principal profile create or update request |
|
Service |
A Power BI service principal profile. Only relevant for Power BI Embedded multi-tenancy solution. |
CreateOrUpdateProfileRequest
A Power BI service principal profile create or update request
| Name | Type | Description |
|---|---|---|
| displayName |
string |
The service principal profile name |
ServicePrincipalProfile
A Power BI service principal profile. Only relevant for Power BI Embedded multi-tenancy solution.
| Name | Type | Description |
|---|---|---|
| displayName |
string |
The service principal profile name |
| id |
string (uuid) |
The service principal profile ID |