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": "63f903ff-f3da-4bc2-9948-eddddf1ed704",
"SiteUUID": "9c6b2d10-330e-40db-ae8a-e93e1991cdfd",
"Username": "sample string 3",
"Name": "sample string 4",
"EmailAddress": "sample string 5",
"nfcTagUUID": "d69741cb-c524-43f3-925f-98a436fe94a3",
"nfcTagGenerateDate": "2026-04-01T18:02:17.6422863+01: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>9c6b2d10-330e-40db-ae8a-e93e1991cdfd</SiteUUID> <UserUUID>63f903ff-f3da-4bc2-9948-eddddf1ed704</UserUUID> <Username>sample string 3</Username> <nfcTagGenerateDate>2026-04-01T18:02:17.6422863+01:00</nfcTagGenerateDate> <nfcTagUUID>d69741cb-c524-43f3-925f-98a436fe94a3</nfcTagUUID> </User>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.