action ix_api_member_joining_rules_list { label: "member_joining_rules_list" description: "Get a list of joining rules" provider: ix_api method: GET path: "/member-joining-rules" encoding: json input: { type: "object" properties: { id: { type: "array" items: { type: "string" } } network_service: { type: "string" } } additionalProperties: false } output: { type: "array" items: { description: "Polymorphic Member Joining Rule" type: "object" } } }