RetrieveUserIdByExternalIdRequest.ExternalId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.