action apache_post_user { label: "Create a user" description: "Create a new user with unique username and email.\n\n*New in version 2.2.0*\n" provider: apache method: POST path: "/users" encoding: json input: { type: "object" description: "A user object with sensitive data.\n\n*New in version 2.1.0*\n" } output: { type: "object" description: "A user object with sensitive data.\n\n*New in version 2.1.0*\n" } }