Aracılığıyla paylaş


Profiles - Get Profiles

Hizmet sorumlusu profillerinin listesini döndürür.

Hizmet sorumlusu çağıranın ait olduğu profillerin listesini döndürür.

Sınırlamalar

Yalnızca hizmet sorumlusu tarafından çağrılabilir.

GET https://api.powerbi.com/v1.0/myorg/profiles
GET https://api.powerbi.com/v1.0/myorg/profiles?$top={$top}&$skip={$skip}&$filter={$filter}

URI Parametreleri

Name İçinde Gerekli Tür Description
$filter
query

string

DisplayName ile profil alma

$skip
query

integer

int32

İlk n sonucu atlar

$top
query

integer

int32

Yalnızca ilk n sonucu döndürür

Yanıtlar

Name Tür Description
200 OK

ServicePrincipalProfiles

Tamam

Örnekler

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"
    }
  ]
}

Tanımlar

Name Description
ServicePrincipalProfile

Power BI hizmeti asıl profili. Yalnızca çok kiracılı Power BI Embedded çözüm için geçerlidir.

ServicePrincipalProfiles

Power BI hizmeti asıl profil koleksiyonu için Odata yanıt sarmalayıcısı.

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

ServicePrincipalProfiles

Power BI hizmeti asıl profil koleksiyonu için Odata yanıt sarmalayıcısı.

Name Tür Description
odata.context

string

OData bağlamı

value

ServicePrincipalProfile[]

Hizmet sorumlusu profil koleksiyonu