User Management
Update User
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
user_id*User Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://example.com/users/0" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "fname": "string", "lname": "string", "active": true }'null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}