Click or drag to resize

PFUsersManagementHubUpdateIdentity Method

Updates information of an existing identity.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string UpdateIdentity(
	long identityId,
	string newName
)

Parameters

identityId
Type: SystemInt64
The identity id.
newName
Type: SystemString
Identity's new name.

Return Value

Type: String
Success of error message.
Exceptions
ExceptionCondition
ValidationException A login must be provided or The alternative identities setting is not enabled or User for new login not found in domain or Provided login name already exists as an alternative identity or Provided login name already exists as a user or Provided identity could not be found or Provided identity could not be modified
See Also