POST api/users/UpdatePassword

Request Information

URI Parameters

None.

Body Parameters

UserRegistration
NameDescriptionTypeAdditional information
UserId

integer

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

Gender

string

None.

DOB

date

None.

Sport

string

None.

City

string

None.

PostalCode

string

None.

Country

string

None.

Mobile

string

None.

GoogleLocation

string

None.

YourSkillLevel

integer

None.

PlayingHand

string

None.

ProfilePic

Collection of byte

None.

ClubCourtAssociation

integer

None.

ProfessionalRanking

integer

None.

ProfessionalRankingOrg

integer

None.

HowOftenDoYouPlay

string

None.

PlayingMode

string

None.

AboutMe

string

None.

PaymentMode

string

None.

MobileNotification

boolean

None.

EmailNotification

boolean

None.

EmailVerified

integer

None.

MobileVerified

integer

None.

Password

string

None.

CountryID

integer

None.

ActivationLevel

integer

None.

CoachId

integer

None.

isVerified

boolean

None.

isCoach

boolean

None.

CoachRegId

string

None.

State

string

None.

StateId

integer

None.

CityId

integer

None.

Age

integer

None.

UserTypeId

integer

None.

Roles

string

None.

PasswordReset

integer

None.

DataVerified

integer

None.

AgeGroup

integer

None.

PaymentReceived

boolean

None.

DataVerificationDate

date

None.

LastModifiedDateTime

date

None.

IsUserInviteByOrganizer

boolean

None.

Id

integer

None.

PoolName

string

None.

TeamFormationId

integer

None.

TeamName

string

None.

UserRoles

Collection of UserRole

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "Email": "sample string 4",
  "Gender": "sample string 5",
  "DOB": "2025-12-06T05:45:23.0402031+01:00",
  "Sport": "sample string 7",
  "City": "sample string 8",
  "PostalCode": "sample string 9",
  "Country": "sample string 10",
  "Mobile": "sample string 11",
  "GoogleLocation": "sample string 12",
  "YourSkillLevel": 13,
  "PlayingHand": "sample string 14",
  "ProfilePic": "QEA=",
  "ClubCourtAssociation": 15,
  "ProfessionalRanking": 16,
  "ProfessionalRankingOrg": 17,
  "HowOftenDoYouPlay": "sample string 18",
  "PlayingMode": "sample string 19",
  "AboutMe": "sample string 20",
  "PaymentMode": "sample string 21",
  "MobileNotification": true,
  "EmailNotification": true,
  "EmailVerified": 24,
  "MobileVerified": 25,
  "Password": "sample string 26",
  "CountryID": 27,
  "ActivationLevel": 1,
  "CoachId": 1,
  "isVerified": true,
  "isCoach": true,
  "CoachRegId": "sample string 30",
  "State": "sample string 31",
  "StateId": 32,
  "CityId": 33,
  "Age": 34,
  "UserTypeId": 35,
  "Roles": "sample string 36",
  "PasswordReset": 37,
  "DataVerified": 38,
  "AgeGroup": 39,
  "PaymentReceived": true,
  "DataVerificationDate": "2025-12-06T05:45:23.0402031+01:00",
  "LastModifiedDateTime": "2025-12-06T05:45:23.0402031+01:00",
  "IsUserInviteByOrganizer": true,
  "Id": 43,
  "PoolName": "sample string 44",
  "TeamFormationId": 45,
  "TeamName": "sample string 46",
  "UserRoles": [
    {
      "RoleId": 1,
      "RoleName": "sample string 2"
    },
    {
      "RoleId": 1,
      "RoleName": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<UserRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SportClub.DTO">
  <AboutMe>sample string 20</AboutMe>
  <ActivationLevel>1</ActivationLevel>
  <Age>34</Age>
  <AgeGroup>39</AgeGroup>
  <City>sample string 8</City>
  <CityId>33</CityId>
  <ClubCourtAssociation>15</ClubCourtAssociation>
  <CoachId>1</CoachId>
  <CoachRegId>sample string 30</CoachRegId>
  <Country>sample string 10</Country>
  <CountryID>27</CountryID>
  <DOB>2025-12-06T05:45:23.0402031+01:00</DOB>
  <DataVerificationDate>2025-12-06T05:45:23.0402031+01:00</DataVerificationDate>
  <DataVerified>38</DataVerified>
  <Email>sample string 4</Email>
  <EmailNotification>true</EmailNotification>
  <EmailVerified>24</EmailVerified>
  <FirstName>sample string 2</FirstName>
  <Gender>sample string 5</Gender>
  <GoogleLocation>sample string 12</GoogleLocation>
  <HowOftenDoYouPlay>sample string 18</HowOftenDoYouPlay>
  <Id>43</Id>
  <IsUserInviteByOrganizer>true</IsUserInviteByOrganizer>
  <LastModifiedDateTime>2025-12-06T05:45:23.0402031+01:00</LastModifiedDateTime>
  <LastName>sample string 3</LastName>
  <Mobile>sample string 11</Mobile>
  <MobileNotification>true</MobileNotification>
  <MobileVerified>25</MobileVerified>
  <Password>sample string 26</Password>
  <PasswordReset>37</PasswordReset>
  <PaymentMode>sample string 21</PaymentMode>
  <PaymentReceived>true</PaymentReceived>
  <PlayingHand>sample string 14</PlayingHand>
  <PlayingMode>sample string 19</PlayingMode>
  <PoolName>sample string 44</PoolName>
  <PostalCode>sample string 9</PostalCode>
  <ProfessionalRanking>16</ProfessionalRanking>
  <ProfessionalRankingOrg>17</ProfessionalRankingOrg>
  <ProfilePic>QEA=</ProfilePic>
  <Roles>sample string 36</Roles>
  <Sport>sample string 7</Sport>
  <State>sample string 31</State>
  <StateId>32</StateId>
  <TeamFormationId>45</TeamFormationId>
  <TeamName>sample string 46</TeamName>
  <UserId>1</UserId>
  <UserRoles>
    <UserRole>
      <RoleId>1</RoleId>
      <RoleName>sample string 2</RoleName>
    </UserRole>
    <UserRole>
      <RoleId>1</RoleId>
      <RoleName>sample string 2</RoleName>
    </UserRole>
  </UserRoles>
  <UserTypeId>35</UserTypeId>
  <YourSkillLevel>13</YourSkillLevel>
  <isCoach>true</isCoach>
  <isVerified>true</isVerified>
</UserRegistration>

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.