Profiles - Get Profile
Retourne le profil de principal de service spécifié.
Retourne le profil spécifié s’il existe et appartient à l’appelant du principal de service.
Limites
Peut uniquement être appelé par un principal de service.
GET https://api.powerbi.com/v1.0/myorg/profiles/{profileId}
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
profile
|
path | True |
string uuid |
ID de profil du principal de service |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
Ok |
Exemples
Get service principal profile
Sample Request
GET https://api.powerbi.com/v1.0/myorg/profiles/b2ded813-54b7-43f4-b072-ed4c1f9d5824
Sample Response
{
"id": "b2ded813-54b7-43f4-b072-ed4c1f9d5824",
"displayName": "My new profile"
}
Définitions
ServicePrincipalProfile
Profil principal service Power BI. Uniquement pertinent pour la solution multilocataire Power BI Embedded.
Nom | Type | Description |
---|---|---|
displayName |
string |
Nom du profil de principal de service |
id |
string |
ID de profil du principal de service |