user
Update an existing user
put/user/{userGuid}
Path parameters
userGuidstring required
uuid of the user to update
Request body
Example request
{
"department": "NOC",
"guid": "e71771a2-1ea0-498f-8d27-391713e10664",
"partid": 10,
"usergroup": "admin"
}