action illumidesk_users_list { label: "Get user list" provider: illumidesk method: GET path: "/v1/users/profiles/" encoding: json input: { type: "object" properties: { email: { type: "string" } limit: { type: "string" } offset: { type: "string" } ordering: { type: "string" } username: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }