action clearblade_get_users { label: "USERS - Get all users" description: "Returns all user info that the current user is authorized to see." provider: clearblade method: GET path: "/api/v/1/user" encoding: json input: { type: "object" properties: { "ClearBlade-UserToken": { type: "string" } query: { type: "string" } } required: ["ClearBlade-UserToken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }