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
Example response
{
"data": "af72057b-2745-0a1b-b674-56586aadec57",
"message": "successfully updated user"
}