POST UpdateToken

Request Information

URI Parameters

None.

Body Parameters

aspnetuser
NameDescriptionTypeAdditional information
Id

string

None.

ConcurrencyStamp

string

None.

Email

string

None.

EmailConfirmed

boolean

None.

PasswordHash

string

None.

SecurityStamp

string

None.

PhoneNumber

string

None.

PhoneNumberConfirmed

boolean

None.

TwoFactorEnabled

boolean

None.

LockoutEndDateUtc

date

None.

LockoutEnabled

boolean

None.

AccessFailedCount

integer

None.

UserName

string

None.

LockoutEnd

date

None.

NormalizedEmail

string

None.

NormalizedUserName

string

None.

AvailableBalance

decimal number

None.

FirstName

string

None.

LastName

string

None.

StreetAddress1

string

None.

StreetAddress2

string

None.

PostalCode

string

None.

Country

integer

None.

City

string

None.

TelephoneNo

string

None.

ActivationCode

string

None.

ForgotPassword

boolean

None.

IDNumber

string

None.

Enabled

boolean

None.

ChangePassword

boolean

None.

Province

string

None.

UserUUID

string

None.

Terms

boolean

None.

Bank

integer

None.

AccountType

integer

None.

AccountHolder

string

None.

AccountNumber

string

None.

BranchCode

string

None.

PendingBalance

decimal number

None.

merchantid

integer

None.

LastLogged

date

None.

PassportNumber

string

None.

PassportExpiryMonth

integer

None.

PassportExpiryYear

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ConcurrencyStamp": "sample string 2",
  "Email": "sample string 3",
  "EmailConfirmed": true,
  "PasswordHash": "sample string 5",
  "SecurityStamp": "sample string 6",
  "PhoneNumber": "sample string 7",
  "PhoneNumberConfirmed": true,
  "TwoFactorEnabled": true,
  "LockoutEndDateUtc": "2026-02-17T16:11:54.9907162+02:00",
  "LockoutEnabled": true,
  "AccessFailedCount": 11,
  "UserName": "sample string 12",
  "LockoutEnd": "2026-02-17T16:11:54.9907162+02:00",
  "NormalizedEmail": "sample string 13",
  "NormalizedUserName": "sample string 14",
  "AvailableBalance": 15.1,
  "FirstName": "sample string 16",
  "LastName": "sample string 17",
  "StreetAddress1": "sample string 18",
  "StreetAddress2": "sample string 19",
  "PostalCode": "sample string 20",
  "Country": 1,
  "City": "sample string 21",
  "TelephoneNo": "sample string 22",
  "ActivationCode": "sample string 23",
  "ForgotPassword": true,
  "IDNumber": "sample string 25",
  "Enabled": true,
  "ChangePassword": true,
  "Province": "sample string 28",
  "UserUUID": "sample string 29",
  "Terms": true,
  "Bank": 30,
  "AccountType": 31,
  "AccountHolder": "sample string 32",
  "AccountNumber": "sample string 33",
  "BranchCode": "sample string 34",
  "PendingBalance": 35.1,
  "merchantid": 1,
  "LastLogged": "2026-02-17T16:11:54.9907162+02:00",
  "PassportNumber": "sample string 36",
  "PassportExpiryMonth": 1,
  "PassportExpiryYear": 1
}

application/xml, text/xml

Sample:
<aspnetuser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZakaPayAPI.Database">
  <AccessFailedCount>11</AccessFailedCount>
  <AccountHolder>sample string 32</AccountHolder>
  <AccountNumber>sample string 33</AccountNumber>
  <AccountType>31</AccountType>
  <ActivationCode>sample string 23</ActivationCode>
  <AvailableBalance>15.1</AvailableBalance>
  <Bank>30</Bank>
  <BranchCode>sample string 34</BranchCode>
  <ChangePassword>true</ChangePassword>
  <City>sample string 21</City>
  <ConcurrencyStamp>sample string 2</ConcurrencyStamp>
  <Country>1</Country>
  <Email>sample string 3</Email>
  <EmailConfirmed>true</EmailConfirmed>
  <Enabled>true</Enabled>
  <FirstName>sample string 16</FirstName>
  <ForgotPassword>true</ForgotPassword>
  <IDNumber>sample string 25</IDNumber>
  <Id>sample string 1</Id>
  <LastLogged>2026-02-17T16:11:54.9907162+02:00</LastLogged>
  <LastName>sample string 17</LastName>
  <LockoutEnabled>true</LockoutEnabled>
  <LockoutEnd>2026-02-17T16:11:54.9907162+02:00</LockoutEnd>
  <LockoutEndDateUtc>2026-02-17T16:11:54.9907162+02:00</LockoutEndDateUtc>
  <NormalizedEmail>sample string 13</NormalizedEmail>
  <NormalizedUserName>sample string 14</NormalizedUserName>
  <PassportExpiryMonth>1</PassportExpiryMonth>
  <PassportExpiryYear>1</PassportExpiryYear>
  <PassportNumber>sample string 36</PassportNumber>
  <PasswordHash>sample string 5</PasswordHash>
  <PendingBalance>35.1</PendingBalance>
  <PhoneNumber>sample string 7</PhoneNumber>
  <PhoneNumberConfirmed>true</PhoneNumberConfirmed>
  <PostalCode>sample string 20</PostalCode>
  <Province>sample string 28</Province>
  <SecurityStamp>sample string 6</SecurityStamp>
  <StreetAddress1>sample string 18</StreetAddress1>
  <StreetAddress2>sample string 19</StreetAddress2>
  <TelephoneNo>sample string 22</TelephoneNo>
  <Terms>true</Terms>
  <TwoFactorEnabled>true</TwoFactorEnabled>
  <UserName>sample string 12</UserName>
  <UserUUID>sample string 29</UserUUID>
  <merchantid>1</merchantid>
</aspnetuser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>