PUT api/User/PutUser/{site}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| site | globally unique identifier |
Required |
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Username | string |
None. |
|
| Name | string |
None. |
|
| EmailAddress | string |
None. |
|
| nfcTagUUID | globally unique identifier |
None. |
|
| nfcTagGenerateDate | date |
None. |
|
| HasPendingPlant | boolean |
None. |
|
| Enabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "9c24445b-17fb-4cc5-b919-0e4feb04289e",
"SiteUUID": "956d6944-44d6-489a-960c-a26f6615143f",
"Username": "sample string 3",
"Name": "sample string 4",
"EmailAddress": "sample string 5",
"nfcTagUUID": "a50c338a-f47b-4a37-92d5-be3f7c7c5aad",
"nfcTagGenerateDate": "2025-12-14T08:59:00.2769386+00:00",
"HasPendingPlant": true,
"Enabled": true
}
text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineManagementSystemWebApi.Models"> <EmailAddress>sample string 5</EmailAddress> <Enabled>true</Enabled> <HasPendingPlant>true</HasPendingPlant> <Name>sample string 4</Name> <SiteUUID>956d6944-44d6-489a-960c-a26f6615143f</SiteUUID> <UserUUID>9c24445b-17fb-4cc5-b919-0e4feb04289e</UserUUID> <Username>sample string 3</Username> <nfcTagGenerateDate>2025-12-14T08:59:00.2769386+00:00</nfcTagGenerateDate> <nfcTagUUID>a50c338a-f47b-4a37-92d5-be3f7c7c5aad</nfcTagUUID> </User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.