POST api/OperatorModifyPwd

“Save”的文档。

Request Information

Parameters

NameDescriptionAdditional information
model
“model”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "141b525c-881d-4c48-a8c6-99ce9edb25e6",
  "LogonName": "sample string 2",
  "NickName": "sample string 3",
  "Password": "sample string 4",
  "CreateTime": "2026-07-18T17:09:27.812676+08:00",
  "Mobile": "sample string 5",
  "Email": "sample string 6",
  "IsFreeze": true,
  "LockTime": 1,
  "LockDate": "2026-07-18T17:09:27.812676+08:00",
  "RoleIds": [
    "5a040cc8-0e9e-4259-9a6c-dbfbf38c7e91",
    "efd5d221-2d96-489a-b41f-49c384b5d9f4",
    "8f6516ff-f956-441c-ab7b-c6198a441c39"
  ],
  "OrganizationId": "f8141ad1-b015-4e9a-9731-9f84a7cde384",
  "OrganizationCode": "sample string 8",
  "OrganizationName": "sample string 9",
  "UserTocken": "sample string 10",
  "UserType": 11,
  "UserAvatar": "sample string 12",
  "Token": "sample string 13",
  "TokenType": "sample string 14",
  "DeviceInfos": "sample string 15",
  "WeChatID": "sample string 16",
  "UnionId": "sample string 17",
  "WeSericeId": "sample string 18"
}

application/xml, text/xml

Sample:
<OperatorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.ISMS.Model">
  <CreateTime>2026-07-18T17:09:27.812676+08:00</CreateTime>
  <DeviceInfos>sample string 15</DeviceInfos>
  <Email>sample string 6</Email>
  <Id>141b525c-881d-4c48-a8c6-99ce9edb25e6</Id>
  <IsFreeze>true</IsFreeze>
  <LockDate>2026-07-18T17:09:27.812676+08:00</LockDate>
  <LockTime>1</LockTime>
  <LogonName>sample string 2</LogonName>
  <Mobile>sample string 5</Mobile>
  <NickName>sample string 3</NickName>
  <OrganizationCode>sample string 8</OrganizationCode>
  <OrganizationId>f8141ad1-b015-4e9a-9731-9f84a7cde384</OrganizationId>
  <OrganizationName>sample string 9</OrganizationName>
  <Password>sample string 4</Password>
  <RoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>5a040cc8-0e9e-4259-9a6c-dbfbf38c7e91</d2p1:guid>
    <d2p1:guid>efd5d221-2d96-489a-b41f-49c384b5d9f4</d2p1:guid>
    <d2p1:guid>8f6516ff-f956-441c-ab7b-c6198a441c39</d2p1:guid>
  </RoleIds>
  <Token>sample string 13</Token>
  <TokenType>sample string 14</TokenType>
  <UnionId>sample string 17</UnionId>
  <UserAvatar>sample string 12</UserAvatar>
  <UserTocken>sample string 10</UserTocken>
  <UserType>11</UserType>
  <WeChatID>sample string 16</WeChatID>
  <WeSericeId>sample string 18</WeSericeId>
</OperatorModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />