Update User Details

put/user/{user_uid}/update

Path parameters

user_uidstring required

Request body

Response

200

typestring
messagestring

Example response

{
  "type": "success",
  "message": "User details updated successfully"
}

Changes