Partager via


Manage customer accounts - Create Directory Role

POST https://api.partnercenter.microsoft.com/v1/customers/{customer_id}/directoryroles/{role_id}/usermembers

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 d’annuaire.

En-tête de la demande

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

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

Corps de la demande

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

Nom Type Description
accountId

string

displayName

string

id

string

roleId

string

userPrincipalName

string

Réponses

Nom Type Description
200 OK

object

D’ACCORD

Media Types: "application/json", "text/json", "application/xml", "text/xml"

201 Created

Microsoft.Partner.Providers.RoleConfigurationData.Models.UserMember

La demande a réussi. Le corps de la réponse contient le membre utilisateur nouvellement créé.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Définitions

Nom Description
Microsoft.Partner.Core.Collections.ResourceAttributes
Microsoft.Partner.Providers.RoleConfigurationData.Models.UserMember

Microsoft.Partner.Core.Collections.ResourceAttributes

Nom Type Description
etag

string

objectType

string

Microsoft.Partner.Providers.RoleConfigurationData.Models.UserMember

Nom Type Description
accountId

string

attributes

Microsoft.Partner.Core.Collections.ResourceAttributes

displayName

string

id

string

roleId

string

userPrincipalName

string