Users
get
Query parameters
idstring · nullableOptional
emailstring · nullableOptional
Responses
200Success
application/json
404
User not found.
application/json
422
Both the ID and the email are not set.
application/json
500
An error occurred while handling the request.
application/json
get
/userpost
Body
emailstringRequired
namestringRequired
Responses
201Success
application/json
400Error
application/json
500
An error occurred while handling the request.
application/json
post
/userdelete
Query parameters
emailstringRequired
Responses
200
User account deactivated successfully.
application/json
403Error
application/json
404
User not found.
application/json
500
An error occurred while handling the request.
application/json
delete
/userget
Query parameters
pageinteger · nullableOptional
page_sizeinteger · nullableOptional
Responses
200Success
application/json
500
An error occurred while handling the request.
application/json
get
/usersLast updated