POST api/Account/RegisterUpdate

Request Information

URI Parameters

None.

Body Parameters

RegisterBindingModel
NameDescriptionTypeAdditional information
Email

string

Required

Password

string

Required

Data type: Password

String length: inclusive between 6 and 100

ConfirmPassword

string

Data type: Password

CreatedDate

date

None.

CreatedBy_ID

integer

None.

ModifiedDate

date

None.

ModifiedBy_ID

integer

None.

IsDeleted

boolean

None.

FirstName

string

None.

LastName

string

None.

StuStaffTypeId

integer

None.

UserGroupId

integer

None.

Id

string

None.

PhoneNumber

string

None.

PhoneNumberConfirmed

boolean

None.

TwoFactorEnabled

boolean

None.

LockoutEndDateUtc

date

None.

LockoutEnabled

boolean

None.

AccessFailedCount

integer

None.

UserName

string

None.

StuStaff_ID

integer

None.

ASGMapping_Id

integer

None.

MultiSchool

boolean

None.

SgMapping_id

integer

None.

SchoolGroupId

integer

None.

SchoolId

integer

None.

ProfilePhoto

string

None.

Operation

string

None.

MenuID

integer

None.

AddedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "password": "sample string 2",
  "confirmpassword": "sample string 3",
  "createddate": "2026-02-09T18:42:01.0254126+05:30",
  "createdby_id": 1,
  "modifieddate": "2026-02-09T18:42:01.0254126+05:30",
  "modifiedby_id": 1,
  "isdeleted": true,
  "firstname": "sample string 5",
  "lastname": "sample string 6",
  "stustafftypeid": 1,
  "usergroupid": 1,
  "id": "sample string 7",
  "phonenumber": "sample string 8",
  "phonenumberconfirmed": true,
  "twofactorenabled": true,
  "lockoutenddateutc": "2026-02-09T18:42:01.0254126+05:30",
  "lockoutenabled": true,
  "accessfailedcount": 12,
  "username": "sample string 13",
  "stustaff_id": 1,
  "asgmapping_id": 14,
  "multischool": true,
  "sgmapping_id": 1,
  "schoolgroupid": 1,
  "schoolid": 1,
  "profilephoto": "sample string 15",
  "operation": "sample string 16",
  "menuid": 17,
  "addedby": 18
}

application/xml, text/xml

Sample:
<RegisterBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.API.Models">
  <ASGMapping_Id>14</ASGMapping_Id>
  <AccessFailedCount>12</AccessFailedCount>
  <AddedBy>18</AddedBy>
  <ConfirmPassword>sample string 3</ConfirmPassword>
  <CreatedBy_ID>1</CreatedBy_ID>
  <CreatedDate>2026-02-09T18:42:01.0254126+05:30</CreatedDate>
  <Email>sample string 1</Email>
  <FirstName>sample string 5</FirstName>
  <Id>sample string 7</Id>
  <IsDeleted>true</IsDeleted>
  <LastName>sample string 6</LastName>
  <LockoutEnabled>true</LockoutEnabled>
  <LockoutEndDateUtc>2026-02-09T18:42:01.0254126+05:30</LockoutEndDateUtc>
  <MenuID>17</MenuID>
  <ModifiedBy_ID>1</ModifiedBy_ID>
  <ModifiedDate>2026-02-09T18:42:01.0254126+05:30</ModifiedDate>
  <MultiSchool>true</MultiSchool>
  <Operation>sample string 16</Operation>
  <Password>sample string 2</Password>
  <PhoneNumber>sample string 8</PhoneNumber>
  <PhoneNumberConfirmed>true</PhoneNumberConfirmed>
  <ProfilePhoto>sample string 15</ProfilePhoto>
  <SchoolGroupId>1</SchoolGroupId>
  <SchoolId>1</SchoolId>
  <SgMapping_id>1</SgMapping_id>
  <StuStaffTypeId>1</StuStaffTypeId>
  <StuStaff_ID>1</StuStaff_ID>
  <TwoFactorEnabled>true</TwoFactorEnabled>
  <UserGroupId>1</UserGroupId>
  <UserName>sample string 13</UserName>
</RegisterBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.