action ix_api_role_assignments_list { label: "role_assignments_list" description: "List all role assignments for a contact." provider: ix_api method: GET path: "/role-assignments" encoding: json input: { type: "object" properties: { contact: { type: "string" } id: { type: "array" items: { type: "string" } } role: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }