Profiles - Create Profile
Yeni bir hizmet sorumlusu profili oluşturur.
Hizmet sorumlusu çağıranın ait olduğu yeni bir profil oluşturur.
Sınırlamalar
Yalnızca hizmet sorumlusu tarafından çağrılabilir.
POST https://api.powerbi.com/v1.0/myorg/profiles
İstek Gövdesi
Name | Tür | Description |
---|---|---|
displayName |
string |
Hizmet sorumlusu profil adı |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
Tamam |
Örnekler
Create a service principal profile
Örnek isteği
POST https://api.powerbi.com/v1.0/myorg/profiles
{
"displayName": "My new profile"
}
Örnek yanıt
{
"id": "b2ded813-54b7-43f4-b072-ed4c1f9d5824",
"displayName": "My new profile"
}
Tanımlar
Name | Description |
---|---|
Create |
Power BI hizmeti asıl profili oluşturma veya güncelleştirme isteği |
Service |
Power BI hizmeti asıl profili. Yalnızca çok kiracılı Power BI Embedded çözüm için geçerlidir. |
CreateOrUpdateProfileRequest
Power BI hizmeti asıl profili oluşturma veya güncelleştirme isteği
Name | Tür | Description |
---|---|---|
displayName |
string |
Hizmet sorumlusu profil adı |
ServicePrincipalProfile
Power BI hizmeti asıl profili. Yalnızca çok kiracılı Power BI Embedded çözüm için geçerlidir.
Name | Tür | Description |
---|---|---|
displayName |
string |
Hizmet sorumlusu profil adı |
id |
string |
Hizmet sorumlusu profil kimliği |