# POST api/users **POST /api/users** ## Servers - https://TodoListRestApi: https://TodoListRestApi () ## Parameters ### Body: application/json (object) - **userId** (integer(int64)) - **username** (string) - **password** (string) - **todoLists** (array[object]) ## Responses ### 200 OK #### Body: */* (object) - **userId** (integer(int64)) - **username** (string) - **password** (string) - **todoLists** (array[object]) [Powered by Bump.sh](https://bump.sh)