RetrieveUserIdByExternalIdRequest.ExternalId Property

Definition

Gets or sets the ID of the target user.

public:
 property System::String ^ ExternalId { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string ExternalId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ExternalId : string with get, set
Public Property ExternalId As String

Property Value

The external ID of the user to retrieve.

Attributes

Remarks

For Microsoft Dynamics 365 (IFD), the identity provider is typically Active Directory Federation Services 2.0 (ADFS). For Dataverse, the identity provider is typically Microsoft Online Services, but Microsoft account is still possible in some cases.

Applies to