Manage customer accounts - Get Directory Role by RoleId
GET https://api.partnercenter.microsoft.com/v1/customers/{customer_id}/directoryroles/{role_id}/usermembers
GET https://api.partnercenter.microsoft.com/v1/customers/{customer_id}/directoryroles/{role_id}/usermembers?size={size}&seekOperation={seekOperation}
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
customer_id
|
path | True |
string |
ID de locataire du client. |
role_id
|
path | True |
string |
ID de rôle. |
seek
|
query |
string |
Opération de recherche à effectuer sur les membres de l’utilisateur du rôle d’annuaire. Microsoft.Partner.Providers.All.Contracts.Query.SeekOperation. |
|
size
|
query |
integer int32 |
Le nombre maximal de membres d’utilisateur à retourner, la valeur ne doit pas être supérieure à 500 et ne doit pas être inférieure à 1. |
En-tête de la demande
Nom | Obligatoire | Type | Description |
---|---|---|---|
Authorization | True |
string |
Jeton du porteur d’autorisation |
ms-correlationid |
string |
Utilisé pour le suivi des demandes en interne. Si un ms-correlationid n’est pas fourni, le serveur en génère un nouveau pour chaque requête |
|
ms-cv |
string |
Utilisé pour le suivi des demandes en interne. Si un ms-cv n’est pas fourni, le serveur en génère un nouveau pour chaque requête |
|
ms-requestid |
string |
Utilisé pour l’idempotency des requêtes. Si un ms-requestid n’est pas fourni, le serveur en génère un nouveau pour chaque requête |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
La demande a réussi. Le corps de la réponse contient la liste des rôles d’annuaire client pris en charge pour tous les clients. Media Types: "application/json", "text/json" |
Définitions
Microsoft.Partner.Core.Collections.Link
Nom | Type | Description |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
Microsoft.Partner.Core.Collections.PagedResourceCollection[Microsoft.Partner.Providers.RoleConfigurationData.Models.UserMember]
Nom | Type | Description |
---|---|---|
attributes | ||
continuationToken |
string |
|
items |
Microsoft. |
|
links | ||
totalCount |
integer |
Microsoft.Partner.Core.Collections.ResourceAttributes
Nom | Type | Description |
---|---|---|
etag |
string |
|
objectType |
string |
Microsoft.Partner.Core.Collections.ResourceLinks
Nom | Type | Description |
---|---|---|
next | ||
previous | ||
self |
Microsoft.Partner.Providers.RoleConfigurationData.Models.UserMember
Nom | Type | Description |
---|---|---|
accountId |
string |
|
attributes | ||
displayName |
string |
|
id |
string |
|
roleId |
string |
|
userPrincipalName |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nom | Type | Description |
---|---|---|
key |
string |
|
value |
string |