PUT Admin/User/RestPwd

Request Information

URI Parameters

None.

Body Parameters

SysUser
NameDescriptionTypeAdditional information
Id

integer

None.

Username

string

None.

Nickname

string

None.

CreatedDate

date

None.

LastLoginDate

date

None.

TypeId

integer

None.

FaceUrl

string

None.

Pswd

string

None.

Code

string

None.

Intro

string

None.

Birthdate

date

None.

SexId

integer

None.

AreaCode

string

None.

IsCertified

boolean

None.

StatusId

integer

None.

IdCardNo

string

None.

Realname

string

None.

OrgCateCode

string

None.

TitleCode

string

None.

Phone

string

None.

LeaderUserId

integer

None.

ReferUserId

integer

None.

WorkCertNo

string

None.

BankName

string

None.

BankAccountNo

string

None.

Memo

string

None.

UpdatedDate

date

None.

CreatedUserId

integer

None.

UpdatedUserId

integer

None.

ChiefUserId

integer

None.

ManagerUserId

integer

None.

DevelopUserId

integer

None.

ContractExpireDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Username": "sample string 2",
  "Nickname": "sample string 3",
  "CreatedDate": "2025-07-17T19:35:24.2520268+08:00",
  "LastLoginDate": "2025-07-17T19:35:24.2520268+08:00",
  "TypeId": 6,
  "FaceUrl": "sample string 7",
  "Pswd": "sample string 8",
  "Code": "sample string 9",
  "Intro": "sample string 10",
  "Birthdate": "2025-07-17T19:35:24.2520268+08:00",
  "SexId": 12,
  "AreaCode": "sample string 13",
  "IsCertified": true,
  "StatusId": 15,
  "IdCardNo": "sample string 16",
  "Realname": "sample string 17",
  "OrgCateCode": "sample string 18",
  "TitleCode": "sample string 19",
  "Phone": "sample string 20",
  "LeaderUserId": 21,
  "ReferUserId": 22,
  "WorkCertNo": "sample string 23",
  "BankName": "sample string 24",
  "BankAccountNo": "sample string 25",
  "Memo": "sample string 26",
  "UpdatedDate": "2025-07-17T19:35:24.2520268+08:00",
  "CreatedUserId": 28,
  "UpdatedUserId": 29,
  "ChiefUserId": 30,
  "ManagerUserId": 31,
  "DevelopUserId": 32,
  "ContractExpireDate": "2025-07-17T19:35:24.2520268+08:00"
}

application/xml, text/xml

Sample:
<SysUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <AreaCode>sample string 13</AreaCode>
  <BankAccountNo>sample string 25</BankAccountNo>
  <BankName>sample string 24</BankName>
  <Birthdate>2025-07-17T19:35:24.2520268+08:00</Birthdate>
  <ChiefUserId>30</ChiefUserId>
  <Code>sample string 9</Code>
  <ContractExpireDate>2025-07-17T19:35:24.2520268+08:00</ContractExpireDate>
  <CreatedDate>2025-07-17T19:35:24.2520268+08:00</CreatedDate>
  <CreatedUserId>28</CreatedUserId>
  <DevelopUserId>32</DevelopUserId>
  <FaceUrl>sample string 7</FaceUrl>
  <Id>1</Id>
  <IdCardNo>sample string 16</IdCardNo>
  <Intro>sample string 10</Intro>
  <IsCertified>true</IsCertified>
  <LastLoginDate>2025-07-17T19:35:24.2520268+08:00</LastLoginDate>
  <LeaderUserId>21</LeaderUserId>
  <ManagerUserId>31</ManagerUserId>
  <Memo>sample string 26</Memo>
  <Nickname>sample string 3</Nickname>
  <OrgCateCode>sample string 18</OrgCateCode>
  <Phone>sample string 20</Phone>
  <Pswd>sample string 8</Pswd>
  <Realname>sample string 17</Realname>
  <ReferUserId>22</ReferUserId>
  <SexId>12</SexId>
  <StatusId>15</StatusId>
  <TitleCode>sample string 19</TitleCode>
  <TypeId>6</TypeId>
  <UpdatedDate>2025-07-17T19:35:24.2520268+08:00</UpdatedDate>
  <UpdatedUserId>29</UpdatedUserId>
  <Username>sample string 2</Username>
  <WorkCertNo>sample string 23</WorkCertNo>
</SysUser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.