action illumidesk_users_emails_list { label: "Retrieve account email addresses" provider: illumidesk method: GET path: "/v1/users/{user}/emails/" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } ordering: { type: "string" } user: { type: "string" } } required: ["user"] additionalProperties: false } output: { type: "object" additionalProperties: true } }