action crucible_get_users { label: "getUsers" description: "Get a list of all the users. You can also ask for a set of users." provider: crucible method: GET path: "/rest-service/users-v1" encoding: json input: { type: "object" properties: { username: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }