/
CO
contao
/
Contao Manager API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 43m ago · Updated 1mo ago
Details
Filter operations
Configuration
10
Contao API
16
Files
2
Logs
3
Packages
6
Server Configuration
15
Session
5
Tasks
4
Users
14
post
Create invitation token for a new user.
get
User List
post
Create User
get
Get User
put
Replace User
delete
Delete User
put
Change the current user password
get
Get TOTP configuration
put
Configure TOTP authentication
delete
Remove TOTP configuration for a user.
get
Token List
post
Create Token
get
Get Token
delete
Delete Token
Users
Change the current user password
put
/api/users/{username}/password
Path parameters
username
string
required
Request body
object
required
current_password
string
new_password
string
Response
The password was changed successfully.
Changes