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": "c9bcfb61-7c6d-421e-a741-a386769f9127",
"SiteUUID": "a37e87d5-b9c5-4468-8645-a41d80711adc",
"Username": "sample string 3",
"Name": "sample string 4",
"EmailAddress": "sample string 5",
"nfcTagUUID": "e0042929-df77-4cec-a838-23d117c1f7a9",
"nfcTagGenerateDate": "2026-02-12T10:28:27.4658703+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>a37e87d5-b9c5-4468-8645-a41d80711adc</SiteUUID> <UserUUID>c9bcfb61-7c6d-421e-a741-a386769f9127</UserUUID> <Username>sample string 3</Username> <nfcTagGenerateDate>2026-02-12T10:28:27.4658703+00:00</nfcTagGenerateDate> <nfcTagUUID>e0042929-df77-4cec-a838-23d117c1f7a9</nfcTagUUID> </User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.