POST users

Creates a new User account and sends confirmation email for User to complete profile registration

Request Information

URI Parameters

None

Body Parameters

Epic.Users.UserInput
NameDescriptionTypeAdditional information
UserId System.Guid None
FirstName System.String None
LastName System.String None
Phone System.String None
Email System.String None
Password System.String None
Username System.String None
CultureCode System.String None
UICultureCode System.String None
TimeZone System.String None
PictureUrl System.String None
RoleCode System.String None
ColoAccess System.Boolean None
FirstNameUpper System.String None
LastNameUpper System.String None
FullNameUpper System.String None

Response Information

Resource Description

Epic.Customer.Api.ResponseModels.MappingFromDbEntities.UserResponse
NameDescriptionTypeAdditional information
UserId System.Guid None
UserName System.String Required Max length: 100
Email System.String Required Max length: 100
FirstName System.String Max length: 100
LastName System.String Max length: 100
Phone System.String Max length: 100
PictureUrl System.String None
CultureCode System.String None
UICultureCode System.String None
TimeZone System.String None
ColoAccess System.Boolean None