Click or drag to resize
MembershipUsersAdd Method (String, String, String, String, UserProfile, Guid)
Adds a user.

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 Guid Add(
	string firstName,
	string lastName,
	string email,
	string password,
	UserProfile profile,
	Guid[] groups
)

Parameters

firstName
Type: SystemString
The first name of the user.
lastName
Type: SystemString
The last name of the user.
email
Type: SystemString
The email of the user.
password
Type: SystemString
The password of the user.
profile
Type: ConnectedApps.Cms.EntitiesUserProfile
The profile containing custom data.
groups
Type: SystemGuid
A collection of membership groups to assign to the user.

Return Value

Type: Guid
See Also