Partager via


Profiles - Get Profiles

Retourne une liste de profils de principal de service.

Retourne une liste de profils qui appartiennent à 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
GET https://api.powerbi.com/v1.0/myorg/profiles?$top={$top}&$skip={$skip}&$filter={$filter}

Paramètres URI

Nom Dans Obligatoire Type Description
$filter
query

string

Obtenir un profil par DisplayName

$skip
query

integer

int32

Ignore les premiers résultats n

$top
query

integer

int32

Retourne uniquement les premiers résultats n

Réponses

Nom Type Description
200 OK

ServicePrincipalProfiles

Ok

Exemples

Get a specific profile by displayName using filter
Get service principal profiles

Get a specific profile by displayName using filter

Sample Request

GET https://api.powerbi.com/v1.0/myorg/profiles?$filter=displayName%20eq%20'My%20new%20profile'

Sample Response

{
  "value": [
    {
      "id": "3b211778-e7a5-4d73-8187-f10824047724",
      "displayName": "My new profile"
    }
  ]
}

Get service principal profiles

Sample Request

GET https://api.powerbi.com/v1.0/myorg/profiles

Sample Response

{
  "value": [
    {
      "id": "3b211778-e7a5-4d73-8187-f10824047724",
      "displayName": "My new profile"
    }
  ]
}

Définitions

Nom Description
ServicePrincipalProfile

Profil principal service Power BI. Uniquement pertinent pour la solution multilocataire Power BI Embedded.

ServicePrincipalProfiles

Wrapper de réponse Odata pour une collection de profils principal service Power BI.

ServicePrincipalProfile

Profil principal service Power BI. Uniquement pertinent pour la solution multilocataire Power BI Embedded.

Nom Type Description
displayName

string

Nom du profil du principal de service

id

string

ID de profil du principal de service

ServicePrincipalProfiles

Wrapper de réponse Odata pour une collection de profils principal service Power BI.

Nom Type Description
odata.context

string

Contexte OData

value

ServicePrincipalProfile[]

Collection de profils de principal de service