Skip to main content
Version: 5.9.0

UpdateUniversalIdLogin

Updates the UniversalId of the current profile. Note - works for non-login versions of UniversalId as well.

Call will fail if the new UniversalId is already in use, or if the profile does not have a UniversalId.

ServiceOperation
identityUPDATE_UNIVERSAL_LOGIN

Method Parameters

ParameterDescription
externalIdThe new universal id to update to

Usage

http://localhost:3000
string externalId = "username";

_bc.IdentityService.UpdateUniversalIdLogin(
externalId,
SuccessCallback, FailureCallback);
JSON Response
{
"status" : 200,
"data" : null
}