AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the MergeDeveloperIdentities operation. Merges two users having different IdentityIds, existing in the same identity pool, and identified by the same developer provider. You can use this action to request that discrete users be merged and identified as a single user in the Cognito environment. Cognito associates the given source user (SourceUserIdentifier) with the IdentityId of the DestinationUserIdentifier. Only developer-authenticated users can be merged. If the users to be merged are associated with the same public provider, but as two different users, an exception will be thrown.

You must use AWS Developer credentials to call this API.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CognitoIdentity.AmazonCognitoIdentityRequest
      Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest

Namespace: Amazon.CognitoIdentity.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class MergeDeveloperIdentitiesRequest : AmazonCognitoIdentityRequest
         IRequestEvents

The MergeDeveloperIdentitiesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DestinationUserIdentifier System.String Gets and sets the property DestinationUserIdentifier.

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

Public Property DeveloperProviderName System.String Gets and sets the property DeveloperProviderName.

The "domain" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Public Property IdentityPoolId System.String Gets and sets the property IdentityPoolId.

An identity pool ID in the format REGION:GUID.

Public Property SourceUserIdentifier System.String Gets and sets the property SourceUserIdentifier.

User identifier for the source user. The value should be a DeveloperUserIdentifier.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8