action ix_api_role_assignments_create { label: "role_assignments_create" description: "Assign a `Role` to a `Contact`.\n\nThe contact needs to have all fields filled, which the\nrole requires. If this is not the case a `400`\n`UnableToFulfill` will be returned." provider: ix_api method: POST path: "/role-assignments" encoding: json input: { type: "object" } output: { type: "object" } }