v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
user

Update an existing user

put/users/{userGuid}

Path parameters

userGuidstring required

uuid of the user to update

uuid of the user to update

Request body

{"stackTrail":"paths:/users/{userGuid}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

UserUpdateSuccessResponse

datastring
messagestring

Example response

{
  "data": "af72057b-2745-0a1b-b674-56586aadec57",
  "message": "successfully updated user"
}