Click or drag to resize
UsersChangeEmail Method (Guid, String)
Updates a user's email.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ChangeEmail(
	Guid userId,
	string newEmail
)

Parameters

userId
Type: SystemGuid
The email address of the user.
newEmail
Type: SystemString
The new email.
See Also