Users
Body
usernamestringRequired
passwordstringRequired
emailstring · emailOptionalPattern:
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Responses
201
Default Response
application/json
400
Default Response
application/json
409
Default Response
application/json
500
Default Response
application/json
post
/api/engine/v3/user/Path parameters
idstringRequired
The id of the user to update
Body
passwordstringRequired
The new password of the user
Responses
200
Default Response
application/json
400
Default Response
application/json
403
Default Response
application/json
404
Default Response
application/json
500
Default Response
application/json
patch
/api/engine/v3/user/password/{id}Path parameters
idstringRequired
The id of the user to update
Body
activebooleanRequired
The new active status of the user
Responses
200
Default Response
application/json
400
Default Response
application/json
403
Default Response
application/json
404
Default Response
application/json
500
Default Response
application/json
patch
/api/engine/v3/user/active/{id}Path parameters
idstringRequired
The id of the user to update
Body
rolestring · enumRequiredPossible values:
The new role of the user
Responses
200
Default Response
application/json
400
Default Response
application/json
403
Default Response
application/json
404
Default Response
application/json
500
Default Response
application/json
patch
/api/engine/v3/user/role/{id}Last updated
Was this helpful?

