action clearblade_get_user_list { label: "DEVELOPER - Get list of users and information" description: "Returns list of all of the users in the system" provider: clearblade method: GET path: "/admin/user/{systemKey}" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } query: { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }