POST Api/UserAccounts/SendVerifyAccountMailAsync

Request Information

URI Parameters

None.

Body Parameters

UserAccounEdittVm
NameDescriptionTypeAdditional information
UserAccountId

integer

None.

Email

string

Required

DisplayName

string

None.

Password

string

Matching regular expression pattern: ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^\da-zA-Z]).{8,15}$

ConfirmPassword

string

Matching regular expression pattern: ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^\da-zA-Z]).{8,15}$

SecurityQuestionId

integer

None.

SecurityAnswer

string

None.

Signature

string

None.

ProfilePicture

string

None.

IsPhysician

boolean

None.

PhysicianSignOffCode

string

Max length: 4

ConfirmSignOffCode

string

Max length: 4

AzureProfileUrl

string

None.

PatientId

integer

None.

PhysicianId

integer

None.

EmployeeId

integer

None.

SystemRoleId

integer

None.

ForgotPasswordGuid

globally unique identifier

None.

ValidateAccountGuid

globally unique identifier

None.

CreatedOn

date

None.

AccountVerifiedOn

date

None.

ModifiedOn

date

None.

LastLoginDate

date

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "userAccountId": 1,
  "email": "sample string 2",
  "displayName": "sample string 3",
  "password": "sample string 4",
  "confirmPassword": "sample string 5",
  "securityQuestionId": 1,
  "securityAnswer": "sample string 6",
  "signature": "sample string 7",
  "profilePicture": "sample string 8",
  "isPhysician": true,
  "physicianSignOffCode": "sample string 10",
  "confirmSignOffCode": "sample string 11",
  "azureProfileUrl": "sample string 12",
  "patientId": 1,
  "physicianId": 1,
  "employeeId": 1,
  "systemRoleId": 13,
  "forgotPasswordGuid": "a5cb502c-af64-468e-bfca-b8fb06d4b7bb",
  "validateAccountGuid": "01ce0435-a49c-414d-a911-e9da5befd305",
  "createdOn": "2026-05-06T03:13:43.2702463+02:00",
  "accountVerifiedOn": "2026-05-06T03:13:43.2702463+02:00",
  "modifiedOn": "2026-05-06T03:13:43.2702463+02:00",
  "lastLoginDate": "2026-05-06T03:13:43.2702463+02:00",
  "isActive": true
}

text/html

Sample:
{"userAccountId":1,"email":"sample string 2","displayName":"sample string 3","password":"sample string 4","confirmPassword":"sample string 5","securityQuestionId":1,"securityAnswer":"sample string 6","signature":"sample string 7","profilePicture":"sample string 8","isPhysician":true,"physicianSignOffCode":"sample string 10","confirmSignOffCode":"sample string 11","azureProfileUrl":"sample string 12","patientId":1,"physicianId":1,"employeeId":1,"systemRoleId":13,"forgotPasswordGuid":"a5cb502c-af64-468e-bfca-b8fb06d4b7bb","validateAccountGuid":"01ce0435-a49c-414d-a911-e9da5befd305","createdOn":"2026-05-06T03:13:43.2702463+02:00","accountVerifiedOn":"2026-05-06T03:13:43.2702463+02:00","modifiedOn":"2026-05-06T03:13:43.2702463+02:00","lastLoginDate":"2026-05-06T03:13:43.2702463+02:00","isActive":true}

application/xml, text/xml

Sample:
<UserAccounEdittVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.ViewModels.ViewModels">
  <AccountVerifiedOn>2026-05-06T03:13:43.2702463+02:00</AccountVerifiedOn>
  <AzureProfileUrl>sample string 12</AzureProfileUrl>
  <ConfirmPassword>sample string 5</ConfirmPassword>
  <ConfirmSignOffCode>sample string 11</ConfirmSignOffCode>
  <CreatedOn>2026-05-06T03:13:43.2702463+02:00</CreatedOn>
  <DisplayName>sample string 3</DisplayName>
  <Email>sample string 2</Email>
  <EmployeeId>1</EmployeeId>
  <ForgotPasswordGuid>a5cb502c-af64-468e-bfca-b8fb06d4b7bb</ForgotPasswordGuid>
  <IsActive>true</IsActive>
  <IsPhysician>true</IsPhysician>
  <LastLoginDate>2026-05-06T03:13:43.2702463+02:00</LastLoginDate>
  <ModifiedOn>2026-05-06T03:13:43.2702463+02:00</ModifiedOn>
  <Password>sample string 4</Password>
  <PatientId>1</PatientId>
  <PhysicianId>1</PhysicianId>
  <PhysicianSignOffCode>sample string 10</PhysicianSignOffCode>
  <ProfilePicture>sample string 8</ProfilePicture>
  <SecurityAnswer>sample string 6</SecurityAnswer>
  <SecurityQuestionId>1</SecurityQuestionId>
  <Signature>sample string 7</Signature>
  <SystemRoleId>13</SystemRoleId>
  <UserAccountId>1</UserAccountId>
  <ValidateAccountGuid>01ce0435-a49c-414d-a911-e9da5befd305</ValidateAccountGuid>
</UserAccounEdittVm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserAccounEdittVm'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.