Skip to main content
POST
/
api
/
users
/
update
Api User Update
curl --request POST \
  --url http://localhost:8080/api/users/update \
  --header 'Content-Type: application/json' \
  --data '
{
  "role": "<string>",
  "user_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
role
string
required
user_id
string
required
full_name
string
default:""
is_active
boolean
default:true

Response

Successful Response