airflow-mcp-server

by abhishekbhakat
Verified

post_user

post_user

Input Schema

NameRequiredDescriptionDefault
activeNo
changed_onNo
created_onNo
emailNo
failed_login_countNo
first_nameNo
last_loginNo
last_nameNo
login_countNo
passwordNo
rolesNo
usernameNo

Input Schema (JSON Schema)

{ "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Active" }, "changed_on": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Changed On" }, "created_on": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Created On" }, "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Email" }, "failed_login_count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Failed Login Count" }, "first_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "First Name" }, "last_login": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Login" }, "last_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Name" }, "login_count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Login Count" }, "password": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Password" }, "roles": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Roles" }, "username": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Username" } }, "title": "post_user_input", "type": "object" }