cognitoidentity_merge_developer_identities: Merges two users having different IdentityIds, existing in...

View source: R/cognitoidentity_operations.R

cognitoidentity_merge_developer_identitiesR Documentation

Merges two users having different IdentityIds, existing in the same identity pool, and identified by the same developer provider

Description

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.

See https://www.paws-r-sdk.com/docs/cognitoidentity_merge_developer_identities/ for full documentation.

Usage

cognitoidentity_merge_developer_identities(
  SourceUserIdentifier,
  DestinationUserIdentifier,
  DeveloperProviderName,
  IdentityPoolId
)

Arguments

SourceUserIdentifier

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

DestinationUserIdentifier

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

DeveloperProviderName

[required] 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 (-).

IdentityPoolId

[required] An identity pool ID in the format REGION:GUID.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.