action ix_api_roles_list { label: "roles_list" description: "List all roles available." provider: ix_api method: GET path: "/roles" encoding: json input: { type: "object" properties: { contact: { type: "string" } id: { type: "array" items: { type: "string" } } name: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }